aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-22 12:20:35 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-03-22 12:20:35 +0000
commit3aa65b8a9d5d36e43da37041a50aafacbfa75f9f (patch)
treebcc36726cb34cbcac91347202954a0dca7eea5a3
parentc37d62fd1b979bc6758ad72d12346baba0f9b69f (diff)
downloadbullet-lab-remix-3aa65b8a9d5d36e43da37041a50aafacbfa75f9f.tar.xz
"typo"...
-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.");