X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGameInitDispose.cpp;h=2103c2184cb570d54dd3fe00c09498ca071e3c47;hb=afc437d91c5c31a6569349a118ace6876737889f;hp=b20c1966c963bb34ee91e6effefd169b7af55d72;hpb=d5c770ce2a9b5d20ed0cb9dc43aaef018c980983;p=lugaru.git diff --git a/Source/GameInitDispose.cpp b/Source/GameInitDispose.cpp index b20c196..2103c21 100644 --- a/Source/GameInitDispose.cpp +++ b/Source/GameInitDispose.cpp @@ -23,6 +23,7 @@ along with Lugaru. If not, see . #include "Animation/Animation.h" #include "Texture.h" #include "Utils/Folders.h" +#include "Menu.h" extern float screenwidth, screenheight; extern float viewdistance; @@ -627,7 +628,7 @@ void Game::InitGame() newscreenwidth = screenwidth; newscreenheight = screenheight; - LoadMenu(); + Menu::Load(); Animation::loadAll(); }