diff options
Diffstat (limited to 'engines/hdb')
-rw-r--r-- | engines/hdb/lua-script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/lua-script.cpp b/engines/hdb/lua-script.cpp index 5c1f1234fa..dc402e7f7c 100644 --- a/engines/hdb/lua-script.cpp +++ b/engines/hdb/lua-script.cpp @@ -1594,7 +1594,7 @@ struct NumberInit { { STATE_DOLLYUSERIGHT, "STATE_DOLLYUSERIGHT" }, { STATE_YELL, "STATE_YELL" }, - { NULL, NULL } + { STATE_NONE, NULL } }; struct FuncInit { |