mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-31 22:53:54 +00:00
Fix link error with --disable-he
svn-id: r19270
This commit is contained in:
parent
c1ff7c8367
commit
6b36c763d1
@ -1190,13 +1190,13 @@ void ScummEngine_v7::saveOrLoad(Serializer *s) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifndef DISABLE_HE
|
||||
void ScummEngine_v60he::saveOrLoad(Serializer *s) {
|
||||
ScummEngine::saveOrLoad(s);
|
||||
|
||||
s->saveLoadArrayOf(_arraySlot, _numArray, sizeof(_arraySlot[0]), sleByte);
|
||||
}
|
||||
|
||||
#ifndef DISABLE_HE
|
||||
void ScummEngine_v70he::saveOrLoad(Serializer *s) {
|
||||
ScummEngine_v60he::saveOrLoad(s);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user