summary refs log tree commit diff stats
path: root/titlestate.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 /titlestate.cpp
parent387685d34e6c4ebee776a700a01fed4df05446be (diff)
downloadmazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.gz
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.tar.bz2
mazeoflife-d47da18958b5214def5127e201f60668c566d9bb.zip
Moved to an autoconf-based build system
Diffstat (limited to 'titlestate.cpp')
-rw-r--r--titlestate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/titlestate.cpp b/titlestate.cpp index 95023e5..5a9b91e 100644 --- a/titlestate.cpp +++ b/titlestate.cpp
@@ -2,8 +2,8 @@
2 2
3TitleState::TitleState() 3TitleState::TitleState()
4{ 4{
5 background = SDL_LoadBMP("title.bmp"); 5 background = SDL_LoadBMP("resources/title.bmp");
6 pointer = SDL_LoadBMP("pointer.bmp"); 6 pointer = SDL_LoadBMP("resources/pointer.bmp");
7 7
8 selection = 0; 8 selection = 0;
9} 9}