From b213a5bae80ec5a30e44bf578f0263d283cc0aad Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 25 Jul 2014 18:10:50 -0500 Subject: [PATCH] Add PCD_GOTOSTACK - It's not used. It's just there as a placeholder. --- pcode.c | 1 + pcode.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pcode.c b/pcode.c index 2590106..c785415 100644 --- a/pcode.c +++ b/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", diff --git a/pcode.h b/pcode.h index 9012629..18f28ba 100644 --- a/pcode.h +++ b/pcode.h @@ -425,7 +425,7 @@ typedef enum PCD_CALLSTACK, // from Eternity PCD_SCRIPTWAITNAMED, PCD_TRANSLATIONRANGE3, - + PCD_GOTOSTACK, PCD_ASSIGNSCRIPTARRAY, PCD_PUSHSCRIPTARRAY, PCD_ADDSCRIPTARRAY,