aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/goblin.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/goblin.h')
-rw-r--r--engines/gob/goblin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/goblin.h b/engines/gob/goblin.h
index 2100bcbdac..565afa1ad8 100644
--- a/engines/gob/goblin.h
+++ b/engines/gob/goblin.h
@@ -327,7 +327,7 @@ public:
virtual ~Goblin_v4() {}
private:
- int16 sub_20430(int16 state, uint16 dir);
+ int16 turnState(int16 state, uint16 dir);
};
} // End of namespace Gob