Skip to content

Commit

Permalink
Read version number from standard zamnhlmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Nov 12, 2024
1 parent 3603bd0 commit 4884a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cl_dll/hud_watermark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ int CHudWatermark::Draw(float time)


char filepath[260];
snprintf(filepath, sizeof(filepath), "zamnhlmp_dev/aura/version.txt");
snprintf(filepath, sizeof(filepath), "zamnhlmp/aura/version.txt");
FILE* file = fopen(filepath, "r");

if (file != NULL)
Expand Down

0 comments on commit 4884a10

Please sign in to comment.