mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-17 23:44:22 +00:00
Return correct value from Engine_Empty::init() method.
svn-id: r22166
This commit is contained in:
parent
35098dbd9f
commit
9aec81802d
@ -89,8 +89,8 @@ public:
|
||||
Engine_Empty(OSystem *syst, const Common::String msg = "No valid games were found in specified directory.");
|
||||
virtual ~Engine_Empty() {}
|
||||
|
||||
// Displays error message
|
||||
int init() { GUIErrorMessage(_message); return 0; }
|
||||
// Displays error message and do not run go() method
|
||||
int init() { GUIErrorMessage(_message); return 1; }
|
||||
|
||||
// Just indicate that we want return to launcher
|
||||
int go() { return 1; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user