From fa1ee74e02fb01ed2ff75e8306824c9bf1f88335 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Mon, 30 Dec 2019 22:47:20 +0100 Subject: DIRECTOR: LINGO: Implement grammar for setting object fields --- engines/director/lingo/lingo-gr.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'engines/director/lingo/lingo-gr.h') diff --git a/engines/director/lingo/lingo-gr.h b/engines/director/lingo/lingo-gr.h index c5e73ff8f4..0441764eb3 100644 --- a/engines/director/lingo/lingo-gr.h +++ b/engines/director/lingo/lingo-gr.h @@ -70,10 +70,10 @@ STRING = 286, HANDLER = 287, SYMBOL = 288, - THEOBJECTFIELD = 289, - ENDCLAUSE = 290, - tPLAYACCEL = 291, - tMETHOD = 292, + ENDCLAUSE = 289, + tPLAYACCEL = 290, + tMETHOD = 291, + THEOBJECTFIELD = 292, tDOWN = 293, tELSE = 294, tELSIF = 295, @@ -163,10 +163,10 @@ #define STRING 286 #define HANDLER 287 #define SYMBOL 288 -#define THEOBJECTFIELD 289 -#define ENDCLAUSE 290 -#define tPLAYACCEL 291 -#define tMETHOD 292 +#define ENDCLAUSE 289 +#define tPLAYACCEL 290 +#define tMETHOD 291 +#define THEOBJECTFIELD 292 #define tDOWN 293 #define tELSE 294 #define tELSIF 295 -- cgit v1.2.3