From 23f20ceaf81d519855ce374ad537f8c37a43f9bc Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 7 Jun 2020 19:35:05 +0300 Subject: [PATCH] fix --- src/control/Script.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/control/Script.cpp b/src/control/Script.cpp index 28413081..5a1da380 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -11886,6 +11886,7 @@ int8 CRunningScript::ProcessCommands1400To1499(int32 command) case COMMAND_REGISTER_VIGILANTE_LEVEL: CollectParameters(&m_nIp, 1); debug("REGISTER_VIGILANTE_LEVEL not implemented\n"); // TODO(MIAMI) + return 0; case COMMAND_CLEAR_ALL_CHAR_ANIMS: { CollectParameters(&m_nIp, 1);