mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 09:49:11 +00:00
Ooops
svn-id: r14713
This commit is contained in:
parent
d35660a6cb
commit
2b2b55be90
@ -645,7 +645,8 @@ protected:
|
||||
const OpcodeEntryV72he *_opcodesV72he;
|
||||
|
||||
public:
|
||||
ScummEngine_v72he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs);
|
||||
ScummEngine_v72he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs) : ScummEngine_v7he(detector, syst, gs) {}
|
||||
//ScummEngine_v72he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs);
|
||||
|
||||
protected:
|
||||
virtual void setupScummVars();
|
||||
|
Loading…
Reference in New Issue
Block a user