diff --git a/src/misc.cpp b/src/misc.cpp --- a/src/misc.cpp +++ b/src/misc.cpp @@ -122,10 +122,10 @@ void InitializeGame(uint size_x, uint si ResetObjectToPlace(); - GamelogReset(); - GamelogStartAction(GLAT_START); - GamelogRevision(); - GamelogMode(); - GamelogGRFAddList(_grfconfig); - GamelogStopAction(); + _gamelog.Reset(); + _gamelog.StartAction(GLAT_START); + _gamelog.Revision(); + _gamelog.Mode(); + _gamelog.GRFAddList(_grfconfig); + _gamelog.StopAction(); }