This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/control/Script.cpp
There are no files selected for viewing
|
|
@@ -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); |
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.