- Fixed wrong Skulltag ConsoleCommand pcode name.
Also report this pcode as not supported by the program.
This commit is contained in:
parent
cebd877191
commit
4e148f00e6
2 changed files with 6 additions and 2 deletions
|
|
@ -9574,8 +9574,12 @@ scriptwait:
|
|||
break;
|
||||
|
||||
case PCD_CONSOLECOMMAND:
|
||||
case PCD_CONSOLECOMMANDDIRECT:
|
||||
Printf (TEXTCOLOR_RED GAMENAME " doesn't support execution of console commands from scripts\n");
|
||||
sp -= 3;
|
||||
if (pcd == PCD_CONSOLECOMMAND)
|
||||
sp -= 3;
|
||||
else
|
||||
pc += 3;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue