From 150a240098c3b45799ff04411715866b9dc58f4f Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 19 Jun 2009 22:46:29 -0400 Subject: Fixed solver wrapping issue Previously, the generated mazes didn't wrap and it would be very difficult to wrap. This has been fixed. Plus, titles have been added to all states and the "gameSleep" variable has been removed due to it's not-usefulness. --- htpstate.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'htpstate.cpp') diff --git a/htpstate.cpp b/htpstate.cpp index 273392e..ad830da 100644 --- a/htpstate.cpp +++ b/htpstate.cpp @@ -7,6 +7,8 @@ HowToPlayState::HowToPlayState() pointer = SDL_LoadBMP("pointer.bmp"); secondPage = false; selection = 0; + + SDL_WM_SetCaption("Maze Of Life - How To Play", NULL); } void HowToPlayState::input(SDLKey key) -- cgit 1.4.1