[Scummvm-cvs-logs] scummvm master -> 2170c9bc39fa0b0e9598515211bcef602ddaca48
bluegr
bluegr at gmail.com
Fri Dec 19 12:39:32 CET 2014
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:
2170c9bc39 ZVISION: the type in ActionInventory is used as a signed byte now
Commit: 2170c9bc39fa0b0e9598515211bcef602ddaca48
https://github.com/scummvm/scummvm/commit/2170c9bc39fa0b0e9598515211bcef602ddaca48
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2014-12-19T13:38:22+02:00
Commit Message:
ZVISION: the type in ActionInventory is used as a signed byte now
Changed paths:
engines/zvision/scripting/actions.h
diff --git a/engines/zvision/scripting/actions.h b/engines/zvision/scripting/actions.h
index 523890e..292e25e1 100644
--- a/engines/zvision/scripting/actions.h
+++ b/engines/zvision/scripting/actions.h
@@ -210,7 +210,7 @@ public:
ActionInventory(ZVision *engine, int32 slotkey, const Common::String &line);
bool execute();
private:
- uint8 _type;
+ int8 _type;
int32 _key;
};
More information about the Scummvm-git-logs
mailing list