Fix incorrectly-decompiled value in TextScr.cpp
This commit is contained in:
parent
5c68009e7a
commit
b92f1cbb1c
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ void StopTextScript()
|
|||
//Prepare a new line
|
||||
void CheckNewLine()
|
||||
{
|
||||
if (gTS.ypos_line[gTS.line % 4] == '0')
|
||||
if (gTS.ypos_line[gTS.line % 4] == 48)
|
||||
{
|
||||
gTS.mode = 3;
|
||||
g_GameFlags |= 4;
|
||||
|
|
Loading…
Add table
Reference in a new issue