Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fix
  • Loading branch information
Nick007J committed Jun 28, 2020
1 parent d6e111b commit 920bc0a1bf883ffdf6564bab47cd3949777e664b
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/control/Script.cpp
@@ -2097,7 +2097,7 @@ int8 CRunningScript::ProcessOneCommand()
m_bNotFlag = (command & 0x8000);
command &= 0x7FFF;
#ifdef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
char commandInfo[128];
char commandInfo[1024];
uint32 ip = m_nIp;
if (command < ARRAY_SIZE(commands)) {
script_assert(commands[command].id == command);

0 comments on commit 920bc0a

Please sign in to comment.