Merge branch 'valgrind' of https://github.com/ZobyTwo/wagic into ZobyTwo-valgrind

This commit is contained in:
xawotihs
2013-11-29 19:41:46 +01:00
11 changed files with 23 additions and 7 deletions

View File

@@ -675,6 +675,7 @@ ActionStack::ActionStack(GameObserver* game)
currentState = -1;
mode = ACTIONSTACK_STANDARD;
checked = 0;
lastActionController = NULL;
if(!observer->getResourceManager()) return;
for (int i = 0; i < 8; ++i)