diff options
Diffstat (limited to 'backends/dc')
-rw-r--r-- | backends/dc/dcmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/dc/dcmain.cpp b/backends/dc/dcmain.cpp index 5e59f80813..43962487ed 100644 --- a/backends/dc/dcmain.cpp +++ b/backends/dc/dcmain.cpp @@ -206,7 +206,7 @@ int main() g_system = new OSystem_Dreamcast(); assert(g_system); - scummvm_main(argc, argv); + int res = scummvm_main(argc, argv); exit(0); } |