[Scummvm-git-logs] scummvm master -> 43e2c28d4955b434e948c139f3621f4d2769c059

sluicebox noreply at scummvm.org
Fri Jul 25 20:11:54 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
43e2c28d49 ENGINES: Fix preprocessor condition scope


Commit: 43e2c28d4955b434e948c139f3621f4d2769c059
    https://github.com/scummvm/scummvm/commit/43e2c28d4955b434e948c139f3621f4d2769c059
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2025-07-25T13:11:18-07:00

Commit Message:
ENGINES: Fix preprocessor condition scope

Introduced in e0634b8fd1f693b65ecc13ad1a4919fb3423636d

Changed paths:
    engines/engine.cpp


diff --git a/engines/engine.cpp b/engines/engine.cpp
index ed3a2eed40a..bbdf6ee203e 100644
--- a/engines/engine.cpp
+++ b/engines/engine.cpp
@@ -1136,6 +1136,7 @@ void PauseToken::operator=(PauseToken &&t2) {
 	_engine = t2._engine;
 	t2._engine = nullptr;
 }
+#endif
 
 bool Engine::gameTypeHasAddOns() const {
 	return false;
@@ -1292,5 +1293,3 @@ Common::ErrorCode Engine::updateAddOns(const MetaEngine *metaEngine) const {
 
 	return Common::kNoError;
 }
-
-#endif




More information about the Scummvm-git-logs mailing list