Permalink
Browse files
DIRECTOR: LINGO: Properly set pointer
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
engines/director/lingo/lingo-gr.cpp
|
@@ -2821,7 +2821,7 @@ yyparse () |
|
|
|
|
|
case 108: |
|
|
#line 505 "engines/director/lingo/lingo-gr.y" |
|
|
{ g_lingo->codeMe(0, 0); ;} |
|
|
{ g_lingo->codeMe(nullptr, 0); ;} |
|
|
break; |
|
|
|
|
|
case 109: |
|
|
0 comments on commit
6879559