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) (ignore whitespace changes)
-rw-r--r--noncore/games/sfcave-sdl/help.cpp9
1 files changed, 4 insertions, 5 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
@@ -36,5 +36,5 @@ void Help :: handleKeys( SDL_KeyboardEvent &key )
else textSpeed = 1;
}
-
+
}
else if ( key.type == SDL_KEYUP )
@@ -49,5 +49,5 @@ void Help :: init()
currLine = 0;
textSpeed = 1;
-
+
// Create our coloured font
FontHandler :: changeColor( FONT_HELP_FONT, 0, 0, 255 );
@@ -58,5 +58,4 @@ void Help :: draw( SDL_Surface *screen )
stars->draw( screen );
-
list<string>::iterator it = textList.begin();
@@ -76,5 +75,5 @@ void Help :: draw( SDL_Surface *screen )
it ++;
}
-
+
}
@@ -82,5 +81,5 @@ void Help :: update()
{
stars->move();
-
+
startPos -= textSpeed;
if ( startPos <= -FontHandler::FontHeight( FONT_COLOURED_TEXT ) )