summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/help.cpp
Side-by-side diff
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()
}
void Help :: draw( SDL_Surface *screen )
{
stars->draw( screen );
-
list<string>::iterator it = textList.begin();
// Move to start of text
for ( int i = 0 ; i < currLine && it != textList.end() ; ++i )
it++;