mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Limit to HE games
svn-id: r15262
This commit is contained in:
+1
-1
@@ -434,7 +434,7 @@ void ScummEngine::drawString(int a, const byte *msg) {
|
||||
}
|
||||
|
||||
for (i = 0; (c = buf[i++]) != 0;) {
|
||||
if (c == code) {
|
||||
if (_heversion >= 72 && c == code) {
|
||||
c = buf[i++];
|
||||
switch (c) {
|
||||
case 110:
|
||||
|
||||
Reference in New Issue
Block a user