[Scummvm-git-logs] scummvm master -> 262ea71abb82db7e379a1a6ae29f372a5718013e
elasota
noreply at scummvm.org
Sat Jul 2 15:56:21 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
262ea71abb MTROPOLIS: Fix improper shutdown when returning to launcher
Commit: 262ea71abb82db7e379a1a6ae29f372a5718013e
https://github.com/scummvm/scummvm/commit/262ea71abb82db7e379a1a6ae29f372a5718013e
Author: elasota (ejlasota at gmail.com)
Date: 2022-07-02T11:49:18-04:00
Commit Message:
MTROPOLIS: Fix improper shutdown when returning to launcher
Changed paths:
engines/mtropolis/mtropolis.cpp
diff --git a/engines/mtropolis/mtropolis.cpp b/engines/mtropolis/mtropolis.cpp
index e211e01592c..32b262694bc 100644
--- a/engines/mtropolis/mtropolis.cpp
+++ b/engines/mtropolis/mtropolis.cpp
@@ -246,7 +246,7 @@ Common::Error MTropolisEngine::run() {
_system->delayMillis(10);
}
- _runtime.release();
+ _runtime.reset();
return Common::kNoError;
}
More information about the Scummvm-git-logs
mailing list