summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/help.cpp
Unidiff
Diffstat (limited to 'noncore/games/sfcave-sdl/help.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/games/sfcave-sdl/help.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/games/sfcave-sdl/help.cpp b/noncore/games/sfcave-sdl/help.cpp
index 91c62da..f1728f6 100644
--- a/noncore/games/sfcave-sdl/help.cpp
+++ b/noncore/games/sfcave-sdl/help.cpp
@@ -54,13 +54,12 @@ void Help :: init()
54} 54}
55 55
56void Help :: draw( SDL_Surface *screen ) 56void Help :: draw( SDL_Surface *screen )
57{ 57{
58 stars->draw( screen ); 58 stars->draw( screen );
59 59
60
61 list<string>::iterator it = textList.begin(); 60 list<string>::iterator it = textList.begin();
62 61
63 // Move to start of text 62 // Move to start of text
64 for ( int i = 0 ; i < currLine && it != textList.end() ; ++i ) 63 for ( int i = 0 ; i < currLine && it != textList.end() ; ++i )
65 it++; 64 it++;
66 65