[Scummvm-git-logs] scummvm master -> 95b53f3737262929fd5bb87b3949e3acd82884a2

whiterandrek whiterandrek at gmail.com
Wed Jan 16 08:32:22 CET 2019


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:
95b53f3737 PINK: removed unnecessary field in SideEffectExit


Commit: 95b53f3737262929fd5bb87b3949e3acd82884a2
    https://github.com/scummvm/scummvm/commit/95b53f3737262929fd5bb87b3949e3acd82884a2
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2019-01-16T08:53:52+02:00

Commit Message:
PINK: removed unnecessary field in SideEffectExit

Changed paths:
    engines/pink/objects/side_effect.h


diff --git a/engines/pink/objects/side_effect.h b/engines/pink/objects/side_effect.h
index 71146a7..0b6957b 100644
--- a/engines/pink/objects/side_effect.h
+++ b/engines/pink/objects/side_effect.h
@@ -45,7 +45,6 @@ public:
 private:
 	Common::String _nextModule;
 	Common::String _nextPage;
-	Common::StringMap map;
 };
 
 class SideEffectLocation : public SideEffect {





More information about the Scummvm-git-logs mailing list