summaryrefslogtreecommitdiff
path: root/noncore/games/sfcave-sdl/help.cpp
Unidiff
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
@@ -37,3 +37,3 @@ void Help :: handleKeys( SDL_KeyboardEvent &key )
37 } 37 }
38 38
39 } 39 }
@@ -50,3 +50,3 @@ void Help :: init()
50 textSpeed = 1; 50 textSpeed = 1;
51 51
52 // Create our coloured font 52 // Create our coloured font
@@ -59,3 +59,2 @@ void Help :: draw( SDL_Surface *screen )
59 59
60
61 list<string>::iterator it = textList.begin(); 60 list<string>::iterator it = textList.begin();
@@ -77,3 +76,3 @@ void Help :: draw( SDL_Surface *screen )
77 } 76 }
78 77
79} 78}
@@ -83,3 +82,3 @@ void Help :: update()
83 stars->move(); 82 stars->move();
84 83
85 startPos -= textSpeed; 84 startPos -= textSpeed;