aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hdb/ai-funcs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai-funcs.cpp b/engines/hdb/ai-funcs.cpp
index f81a65fc92..ff0c4f951c 100644
--- a/engines/hdb/ai-funcs.cpp
+++ b/engines/hdb/ai-funcs.cpp
@@ -1209,7 +1209,7 @@ void AI::animGrabbing() {
_player->state == STATE_GRABRIGHT)
return;
- AIState s;
+ AIState s = STATE_NONE;
switch (_player->dir) {
case DIR_UP: