mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
WATCHMAKER: Call the old Watchmaker main() from run()
This commit is contained in:
parent
7a8b38d118
commit
93511e6ef1
@ -32,8 +32,11 @@ WatchmakerGame::~WatchmakerGame() {
|
||||
//_console is deleted by Engine
|
||||
}
|
||||
|
||||
// TODO: We should be moving most of the WMakerMain() stuff here:
|
||||
int WMakerMain();
|
||||
|
||||
Common::Error WatchmakerGame::run() {
|
||||
error("TODO: Implement engine");
|
||||
WMakerMain();
|
||||
return Common::kNoError;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user