aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/token.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel/token.cpp')
-rw-r--r--engines/tinsel/token.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/token.cpp b/engines/tinsel/token.cpp
index 1c78f462b1..2acf3c073f 100644
--- a/engines/tinsel/token.cpp
+++ b/engines/tinsel/token.cpp
@@ -120,7 +120,7 @@ bool TestToken(int which) {
/**
* Call at the start of each scene.
*/
-void FreeAllTokens(void) {
+void FreeAllTokens() {
for (int i = 0; i < NUMTOKENS; i++) {
tokens[i].proc = NULL;
}