aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/background.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/background.cpp')
-rw-r--r--engines/tinsel/background.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/background.cpp b/engines/tinsel/background.cpp
index 740b6204ea..abfb9692a9 100644
--- a/engines/tinsel/background.cpp
+++ b/engines/tinsel/background.cpp
@@ -175,7 +175,7 @@ OBJECT *GetPlayfieldList(int which) {
* to scroll each playfield before it is drawn.
*/
-void DrawBackgnd(void) {
+void DrawBackgnd() {
int i; // playfield counter
PLAYFIELD *pPlay; // playfield pointer
int prevX, prevY; // save interger part of position
@@ -255,7 +255,7 @@ void DrawBackgnd(void) {
ResetClipRect();
}
-void ForceEntireRedraw(void) {
+void ForceEntireRedraw() {
bEntireRedraw = true;
}