mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
Not unique
svn-id: r12796
This commit is contained in:
parent
36c9dc8b5b
commit
b85e7e77bc
@ -586,7 +586,6 @@ protected:
|
||||
void o6_findAllObjects();
|
||||
void o6_setVolume();
|
||||
void o6_unknownE1();
|
||||
void o6_unknownE4();
|
||||
void o6_seekFile();
|
||||
void o6_localizeArray();
|
||||
void o6_unknownEE();
|
||||
|
@ -1132,10 +1132,6 @@ void ScummEngine_v6he::o6_setVolume() {
|
||||
}
|
||||
}
|
||||
|
||||
void ScummEngine_v6he::o6_unknownE4() {
|
||||
warning("o6_unknownE4(%d) stub", pop());
|
||||
}
|
||||
|
||||
void ScummEngine_v6he::o6_unknownFA() {
|
||||
int len, a = fetchScriptByte();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user