aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/rince.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/rince.cpp')
-rw-r--r--engines/tinsel/rince.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/tinsel/rince.cpp b/engines/tinsel/rince.cpp
index 21cbb76127..cfffe88587 100644
--- a/engines/tinsel/rince.cpp
+++ b/engines/tinsel/rince.cpp
@@ -116,7 +116,7 @@ void MoverBrightness(PMOVER pMover, int brightness) {
/**
* RebootMovers
*/
-void RebootMovers(void) {
+void RebootMovers() {
memset(Movers, 0, sizeof(Movers));
}
@@ -392,7 +392,7 @@ static void InitMover(PMOVER pMover) {
* Get it into our heads that there's nothing doing.
* Called at the end of a scene.
*/
-void DropMovers(void) {
+void DropMovers() {
for (int i = 0; i < MAX_MOVERS; i++)
InitMover(&Movers[i]);
}