rnd-20131209-1-src
[rocksndiamonds.git] / src / libgame / system.c
index e3f5847d4ba45a2469318668e59b4dcaa8eee0d3..4c43f02d29751da31bb018f64127d22b320e55e4 100644 (file)
@@ -129,6 +129,9 @@ void InitExitFunction(void (*exit_function)(int))
 
 void InitPlatformDependentStuff(void)
 {
+  // this is initialized in GetOptions(), but may already be used before
+  options.verbose = TRUE;
+
 #if defined(PLATFORM_MSDOS)
   _fmode = O_BINARY;
 #endif