From 49900856bece81481a56888b7bbce45bf746c422 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 22 Jun 2009 10:02:20 -0400 Subject: Added Choose Highscore List state Refs #104 --- htpstate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'htpstate.cpp') 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) } pSpace.y = 430; - pSpace.w = screen->w; - pSpace.h = screen->h; + pSpace.w = pointer->w; + pSpace.h = pointer->h; SDL_BlitSurface(pointer, NULL, screen, &pSpace); } -- cgit 1.4.1