src/misc.cpp
changeset 9457 75f11a6caef8
parent 9413 7042a8ec3fa8
child 9659 187142ff9b6c
--- a/src/misc.cpp	Tue Jun 03 12:11:16 2008 +0000
+++ b/src/misc.cpp	Tue Jun 03 18:35:58 2008 +0000
@@ -25,6 +25,7 @@
 #include "texteff.hpp"
 #include "gfx_func.h"
 #include "core/alloc_type.hpp"
+#include "gamelog.h"
 #include "animated_tile_func.h"
 #include "tilehighlight_func.h"
 #include "core/bitmath_func.hpp"
@@ -110,6 +111,13 @@
 	InitializeLandscapeVariables(false);
 
 	ResetObjectToPlace();
+
+	GamelogReset();
+	GamelogStartAction(GLAT_START);
+	GamelogRevision();
+	GamelogMode();
+	GamelogGRFAddList(_grfconfig);
+	GamelogStopAction();
 }