mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 20:51:14 +00:00
oops
svn-id: r13127
This commit is contained in:
parent
dd3683f7e7
commit
c84ad5e0d4
@ -1257,9 +1257,9 @@ void ScummEngine_v6he::o6_stringLen() {
|
||||
if (_gameId == GID_FREDDEMO) {
|
||||
len = strlen((char *)getStringAddress(a));
|
||||
} else {
|
||||
|
||||
len = 0; // TODO: implement
|
||||
}
|
||||
push()
|
||||
push(len);
|
||||
}
|
||||
|
||||
void ScummEngine_v6he::o6_readINI() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user