summary refs log tree commit diff stats
path: root/mazeoflife.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mazeoflife.cpp')
-rw-r--r--mazeoflife.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mazeoflife.cpp b/mazeoflife.cpp index ad1fda3..e962f2e 100644 --- a/mazeoflife.cpp +++ b/mazeoflife.cpp
@@ -2,7 +2,7 @@
2 2
3SDL_Surface *screen; 3SDL_Surface *screen;
4bool gameSleep = false; 4bool gameSleep = false;
5State* state = new DummyState(); 5State* state;
6 6
7int main(int argc, char *argv[]) 7int main(int argc, char *argv[])
8{ 8{