aboutsummaryrefslogtreecommitdiff
path: root/sword2/sync.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/sync.cpp')
-rw-r--r--sword2/sync.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/sync.cpp b/sword2/sync.cpp
index 5d51feb12e..54627426e8 100644
--- a/sword2/sync.cpp
+++ b/sword2/sync.cpp
@@ -45,7 +45,7 @@ void Logic::clearSyncs(uint32 id) {
* animation is to be finished. Returns an index into _syncList[], or -1.
*/
-int Logic::getSync(void) {
+int Logic::getSync() {
for (int i = 0; i < MAX_syncs; i++) {
if (_syncList[i].id == _scriptVars[ID])
return i;