mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 05:36:12 +00:00
DIRECTOR: Lingo: Fix compilation
This commit is contained in:
parent
05b4f29932
commit
7f947c0ef3
@ -2355,7 +2355,7 @@ yyreduce:
|
||||
case 92:
|
||||
#line 413 "engines/director/lingo/lingo-gr.y"
|
||||
{
|
||||
g_lingo->code2(g_ling->c_voidpush, g_lingo->_handlers[*(yyvsp[(1) - (1)].s)]->u.func);
|
||||
g_lingo->code2(g_lingo->c_voidpush, g_lingo->_handlers[*(yyvsp[(1) - (1)].s)]->u.func);
|
||||
delete (yyvsp[(1) - (1)].s); ;}
|
||||
break;
|
||||
|
||||
|
@ -411,7 +411,7 @@ func: tMCI STRING { g_lingo->code1(g_lingo->c_mci); g_lingo->codeString($2->c_
|
||||
g_lingo->code1(g_lingo->_handlers[*$1]->u.func);
|
||||
delete $1; }
|
||||
| BLTINNOARGSORONE {
|
||||
g_lingo->code2(g_ling->c_voidpush, g_lingo->_handlers[*$1]->u.func);
|
||||
g_lingo->code2(g_lingo->c_voidpush, g_lingo->_handlers[*$1]->u.func);
|
||||
delete $1; }
|
||||
| tALERT expr { g_lingo->code1(g_lingo->c_alert); }
|
||||
| tBEEP INT {
|
||||
|
Loading…
x
Reference in New Issue
Block a user