mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
PETKA: Add default constructor. CID 1429040
This commit is contained in:
parent
a156789f40
commit
0bb127e4fb
@ -28,6 +28,7 @@ namespace Petka {
|
||||
|
||||
class InterfaceMap: public SubInterface {
|
||||
public:
|
||||
InterfaceMap() : _roomResID(0) {}
|
||||
void start(int id) override;
|
||||
void stop() override;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user