summary refs log tree commit diff stats
path: root/htpstate.cpp
diff options
context:
space:
mode:
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}