aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 7f41e9f..55a8d2b 100644
--- a/main.cpp
+++ b/main.cpp
@@ -840,7 +840,7 @@ int main(int argc,char *argv[])
#else
hge->System_Log("%s: Build: Unix build",MAIN_SRC_FN);
#endif
- hge->System_Log("%s: Version: %s",BLRVERSION);
+ hge->System_Log("%s: Version: %s",MAIN_SRC_FN,BLRVERSION);
#ifdef WIN32
if (_mkdir("./Resources")!=0||_mkdir("./Resources/Music")!=0)
Error("Cannot decompress resources!\nDetailed Information: An error occured while creating folder.\n\nTry restarting the game.");