mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-11 22:37:54 +00:00
Add PCD_GOTOSTACK
- It's not used. It's just there as a placeholder.
This commit is contained in:
parent
1bdfee548b
commit
b213a5bae8
2 changed files with 2 additions and 1 deletions
1
pcode.c
1
pcode.c
|
@ -481,6 +481,7 @@ static char *PCDNames[PCODE_COMMAND_COUNT] =
|
|||
"PCD_CALLSTACK", // from Eternity
|
||||
"PCD_SCRIPTWAITNAMED",
|
||||
"PCD_TRANSLATIONRANGE3",
|
||||
"PCD_GOTOSTACK",
|
||||
"PCD_ASSIGNSCRIPTARRAY",
|
||||
"PCD_PUSHSCRIPTARRAY",
|
||||
"PCD_ADDSCRIPTARRAY",
|
||||
|
|
2
pcode.h
2
pcode.h
|
@ -425,7 +425,7 @@ typedef enum
|
|||
PCD_CALLSTACK, // from Eternity
|
||||
PCD_SCRIPTWAITNAMED,
|
||||
PCD_TRANSLATIONRANGE3,
|
||||
|
||||
PCD_GOTOSTACK,
|
||||
PCD_ASSIGNSCRIPTARRAY,
|
||||
PCD_PUSHSCRIPTARRAY,
|
||||
PCD_ADDSCRIPTARRAY,
|
||||
|
|
Loading…
Reference in a new issue