summary refs log tree commit diff stats
path: root/htpstate.cpp
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2009-06-22 10:02:20 -0400
committerKelly Rauchenberger <fefferburbia@gmail.com>2009-06-22 10:02:20 -0400
commit49900856bece81481a56888b7bbce45bf746c422 (patch)
tree90920e11d68e5baed4aa1ce5bd9dcfa6b679661c /htpstate.cpp
parentbca5121051383933e5fdf15f6bcb04ddb797ac45 (diff)
downloadmazeoflife-49900856bece81481a56888b7bbce45bf746c422.tar.gz
mazeoflife-49900856bece81481a56888b7bbce45bf746c422.tar.bz2
mazeoflife-49900856bece81481a56888b7bbce45bf746c422.zip
Added Choose Highscore List state
Refs #104
Diffstat (limited to 'htpstate.cpp')
-rw-r--r--htpstate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/htpstate.cpp b/htpstate.cpp index 8de884f..711dca4 100644 --- a/htpstate.cpp +++ b/htpstate.cpp
@@ -52,8 +52,8 @@ void HowToPlayState::render(SDL_Surface* screen)
52 } 52 }
53 53
54 pSpace.y = 430; 54 pSpace.y = 430;
55 pSpace.w = screen->w; 55 pSpace.w = pointer->w;
56 pSpace.h = screen->h; 56 pSpace.h = pointer->h;
57 57
58 SDL_BlitSurface(pointer, NULL, screen, &pSpace); 58 SDL_BlitSurface(pointer, NULL, screen, &pSpace);
59} 59}