diff options
author | Eugene Sandulenko | 2016-08-10 10:59:59 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-08-10 18:42:16 +0200 |
commit | 509e1f3bac6fac0fdddd2423f2fd97465e1c35a0 (patch) | |
tree | be6bf11523770a1cf3a232e3808a34c70d876c6f /engines/director/lingo/lingo-gr.h | |
parent | 17a665e2aab9466d7362168ded8d870986120eca (diff) | |
download | scummvm-rg350-509e1f3bac6fac0fdddd2423f2fd97465e1c35a0.tar.gz scummvm-rg350-509e1f3bac6fac0fdddd2423f2fd97465e1c35a0.tar.bz2 scummvm-rg350-509e1f3bac6fac0fdddd2423f2fd97465e1c35a0.zip |
DIRECTOR: Lingo: Moved 'mci' and 'mciwait' to built-ins
Diffstat (limited to 'engines/director/lingo/lingo-gr.h')
-rw-r--r-- | engines/director/lingo/lingo-gr.h | 142 |
1 files changed, 69 insertions, 73 deletions
diff --git a/engines/director/lingo/lingo-gr.h b/engines/director/lingo/lingo-gr.h index d7ab8924cf..de14709531 100644 --- a/engines/director/lingo/lingo-gr.h +++ b/engines/director/lingo/lingo-gr.h @@ -71,42 +71,40 @@ tINTO = 287, tLOOP = 288, tMACRO = 289, - tMCI = 290, - tMCIWAIT = 291, - tMOVIE = 292, - tNEXT = 293, - tOF = 294, - tPREVIOUS = 295, - tPUT = 296, - tREPEAT = 297, - tSET = 298, - tTHEN = 299, - tTO = 300, - tWHEN = 301, - tWITH = 302, - tWHILE = 303, - tNLELSE = 304, - tFACTORY = 305, - tMETHOD = 306, - tOPEN = 307, - tPLAY = 308, - tDONE = 309, - tPLAYACCEL = 310, - tGE = 311, - tLE = 312, - tGT = 313, - tLT = 314, - tEQ = 315, - tNEQ = 316, - tAND = 317, - tOR = 318, - tNOT = 319, - tCONCAT = 320, - tCONTAINS = 321, - tSTARTS = 322, - tSPRITE = 323, - tINTERSECTS = 324, - tWITHIN = 325 + tMOVIE = 290, + tNEXT = 291, + tOF = 292, + tPREVIOUS = 293, + tPUT = 294, + tREPEAT = 295, + tSET = 296, + tTHEN = 297, + tTO = 298, + tWHEN = 299, + tWITH = 300, + tWHILE = 301, + tNLELSE = 302, + tFACTORY = 303, + tMETHOD = 304, + tOPEN = 305, + tPLAY = 306, + tDONE = 307, + tPLAYACCEL = 308, + tGE = 309, + tLE = 310, + tGT = 311, + tLT = 312, + tEQ = 313, + tNEQ = 314, + tAND = 315, + tOR = 316, + tNOT = 317, + tCONCAT = 318, + tCONTAINS = 319, + tSTARTS = 320, + tSPRITE = 321, + tINTERSECTS = 322, + tWITHIN = 323 }; #endif /* Tokens. */ @@ -142,42 +140,40 @@ #define tINTO 287 #define tLOOP 288 #define tMACRO 289 -#define tMCI 290 -#define tMCIWAIT 291 -#define tMOVIE 292 -#define tNEXT 293 -#define tOF 294 -#define tPREVIOUS 295 -#define tPUT 296 -#define tREPEAT 297 -#define tSET 298 -#define tTHEN 299 -#define tTO 300 -#define tWHEN 301 -#define tWITH 302 -#define tWHILE 303 -#define tNLELSE 304 -#define tFACTORY 305 -#define tMETHOD 306 -#define tOPEN 307 -#define tPLAY 308 -#define tDONE 309 -#define tPLAYACCEL 310 -#define tGE 311 -#define tLE 312 -#define tGT 313 -#define tLT 314 -#define tEQ 315 -#define tNEQ 316 -#define tAND 317 -#define tOR 318 -#define tNOT 319 -#define tCONCAT 320 -#define tCONTAINS 321 -#define tSTARTS 322 -#define tSPRITE 323 -#define tINTERSECTS 324 -#define tWITHIN 325 +#define tMOVIE 290 +#define tNEXT 291 +#define tOF 292 +#define tPREVIOUS 293 +#define tPUT 294 +#define tREPEAT 295 +#define tSET 296 +#define tTHEN 297 +#define tTO 298 +#define tWHEN 299 +#define tWITH 300 +#define tWHILE 301 +#define tNLELSE 302 +#define tFACTORY 303 +#define tMETHOD 304 +#define tOPEN 305 +#define tPLAY 306 +#define tDONE 307 +#define tPLAYACCEL 308 +#define tGE 309 +#define tLE 310 +#define tGT 311 +#define tLT 312 +#define tEQ 313 +#define tNEQ 314 +#define tAND 315 +#define tOR 316 +#define tNOT 317 +#define tCONCAT 318 +#define tCONTAINS 319 +#define tSTARTS 320 +#define tSPRITE 321 +#define tINTERSECTS 322 +#define tWITHIN 323 @@ -195,7 +191,7 @@ typedef union YYSTYPE Common::Array<double> *arr; } /* Line 1529 of yacc.c. */ -#line 199 "engines/director/lingo/lingo-gr.hpp" +#line 195 "engines/director/lingo/lingo-gr.hpp" YYSTYPE; # define yystype YYSTYPE /* obsolescent; will be withdrawn */ # define YYSTYPE_IS_DECLARED 1 |