summary refs log tree commit diff stats
path: root/htpstate.cpp
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2013-08-25 14:41:26 -0400
committerStarla Insigna <starla4444@gmail.com>2013-08-25 14:41:26 -0400
commit387685d34e6c4ebee776a700a01fed4df05446be (patch)
tree1ce4f92037f77fbaee93225b44199cefa215f8f1 /htpstate.cpp
parent8ac5ac0365569cd8fab1ba6360a09e748a4fa299 (diff)
downloadmazeoflife-387685d34e6c4ebee776a700a01fed4df05446be.tar.gz
mazeoflife-387685d34e6c4ebee776a700a01fed4df05446be.tar.bz2
mazeoflife-387685d34e6c4ebee776a700a01fed4df05446be.zip
Replaced internal resources with external ones for compatibility
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 03d02c6..fbf6b71 100644 --- a/htpstate.cpp +++ b/htpstate.cpp
@@ -2,9 +2,9 @@
2 2
3HowToPlayState::HowToPlayState() 3HowToPlayState::HowToPlayState()
4{ 4{
5 LOADIMAGE(background1,htp1) 5 background1 = SDL_LoadBMP("htp1.bmp");
6 LOADIMAGE(background2,htp2) 6 background2 = SDL_LoadBMP("htp2.bmp");
7 LOADIMAGE(pointer,pointer) 7 pointer = SDL_LoadBMP("pointer.bmp");
8 8
9 secondPage = false; 9 secondPage = false;
10 selection = 0; 10 selection = 0;