ref: b38aeaf064aeadf8dd5eb3b9aa3278e6ac4c7772
parent: 468aa2efc101427c566acc09420c6d4fdd3020e5
author: Clownacy <Clownacy@users.noreply.github.com>
date: Tue Apr 23 14:19:41 EDT 2019
Made TextScriptProc return 0 if it encounters an unknown command This is what the original game does
--- a/src/TextScr.cpp
+++ b/src/TextScr.cpp
@@ -1236,8 +1236,7 @@
//MessageBoxA(0, str_0, "�G���[", 0);
- gTS.p_read += 4;
- return 1;
+ return 0;
}
}
else