mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:39:03 +00:00
fix
This commit is contained in:
parent
d6e111bb67
commit
920bc0a1bf
1 changed files with 1 additions and 1 deletions
|
@ -2097,7 +2097,7 @@ int8 CRunningScript::ProcessOneCommand()
|
||||||
m_bNotFlag = (command & 0x8000);
|
m_bNotFlag = (command & 0x8000);
|
||||||
command &= 0x7FFF;
|
command &= 0x7FFF;
|
||||||
#ifdef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
|
#ifdef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
|
||||||
char commandInfo[128];
|
char commandInfo[1024];
|
||||||
uint32 ip = m_nIp;
|
uint32 ip = m_nIp;
|
||||||
if (command < ARRAY_SIZE(commands)) {
|
if (command < ARRAY_SIZE(commands)) {
|
||||||
script_assert(commands[command].id == command);
|
script_assert(commands[command].id == command);
|
||||||
|
|
Loading…
Reference in a new issue