update game.cpp

This commit is contained in:
doitux
2007-01-13 02:51:10 +00:00
parent 2b6d39f9d5
commit 6344ffed5b
+1 -1
View File
@@ -33,7 +33,7 @@ Game::Game(mainWindowImpl *w, GuiInterface* g, int qP, int sC, int sB) : myW(w),
playerArray[i] = 0; playerArray[i] = 0;
} }
// myEngine = new EngineWrapper(); // ssss myEngine = new EngineWrapper();
myW->setGame(this); myW->setGame(this);