summary refs log tree commit diff stats
path: root/htpstate.cpp
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-25 17:07:35 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-25 17:07:35 -0400
commitd47da18958b5214def5127e201f60668c566d9bb (patch)
tree00751c11ff7d44c9e8bd56e0f4c670bb337095aa /htpstate.cpp
parent387685d34e6c4ebee776a700a01fed4df05446be (diff)
downloadmazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.gz
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.bz2
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.zip
Moved to an autoconf-based build system
Diffstat (limited to 'htpstate.cpp')
-rw-r--r--htpstate.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/htpstate.cpp b/htpstate.cpp index fbf6b71..0771290 100644 --- a/htpstate.cpp +++ b/htpstate.cpp
@@ -2,9 +2,9 @@
2 2
3HowToPlayState::HowToPlayState() 3HowToPlayState::HowToPlayState()
4{ 4{
5 background1 = SDL_LoadBMP("htp1.bmp"); 5 background1 = SDL_LoadBMP("resources/htp1.bmp");
6 background2 = SDL_LoadBMP("htp2.bmp"); 6 background2 = SDL_LoadBMP("resources/htp2.bmp");
7 pointer = SDL_LoadBMP("pointer.bmp"); 7 pointer = SDL_LoadBMP("resources/pointer.bmp");
8 8
9 secondPage = false; 9 secondPage = false;
10 selection = 0; 10 selection = 0;