taitof3_video: fix arabian magic: missing cutscene text with a nice little kludge
This commit is contained in:
parent
be15e342fe
commit
f593f50b22
|
@ -2098,6 +2098,8 @@ static void get_vram_info(INT32 sx, INT32 sy)
|
|||
else
|
||||
line_enable=1;
|
||||
|
||||
if (f3_game == ARABIANM) line_enable = 1; // kludge: arabianm missing cutscene text
|
||||
|
||||
line_t->pri[y]=pri;
|
||||
|
||||
/* Evaluate clipping */
|
||||
|
|
Loading…
Reference in New Issue