diff --git a/LibDQt/LibDQt.pro b/LibDQt/LibDQt.pro index 913dd74..882d006 100644 --- a/LibDQt/LibDQt.pro +++ b/LibDQt/LibDQt.pro @@ -8,7 +8,7 @@ LIBS += -lGL \ -ltinyxml \ -lSDL_mixer \ -lSDL_ttf -win32: { +win32: { LIBS -= -lGL \ -lGLU LIBS += -lkernel32 \ @@ -105,4 +105,4 @@ SOURCES += ../src/Actor/Player.cpp \ ../src/Animation/AnimatingSprite.cpp \ ../src/UI/Menu.cpp \ ../src/UI/Button.cpp \ - ../src/Main/TitleScreen.cpp + ../src/Main/TitleScreen.cpp \ diff --git a/README b/README index 8ae3054..6cbf6c6 100644 --- a/README +++ b/README @@ -14,7 +14,7 @@ KonoM ################################################################## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Copyright (C) 2011 SaraCraft +Copyright (C) 2012 SaraCraft allanis@saracraft.net This program is free software; you can redistribute it and/or diff --git a/src/Main/Game.cpp b/src/Main/Game.cpp index 458f0a2..888d095 100644 --- a/src/Main/Game.cpp +++ b/src/Main/Game.cpp @@ -32,7 +32,7 @@ Game::Game(void) { _titleScreen = new TitleScreen(); _inTitleScreen = true; - + _inGameMenu = NULL; _inGameMenuShown = false;