[Scummvm-git-logs] scummvm master -> f21ff7627c4de7fea5ce221cf232d2458c6fa8d9

fracturehill noreply at scummvm.org
Thu Aug 10 22:49:24 UTC 2023


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:
f21ff7627c NANCY: Fix even more build errors


Commit: f21ff7627c4de7fea5ce221cf232d2458c6fa8d9
    https://github.com/scummvm/scummvm/commit/f21ff7627c4de7fea5ce221cf232d2458c6fa8d9
Author: Kaloyan Chehlarski (strahy at outlook.com)
Date: 2023-08-11T01:49:01+03:00

Commit Message:
NANCY: Fix even more build errors

Added a forgotten enum declaration

Changed paths:
    engines/nancy/commontypes.h


diff --git a/engines/nancy/commontypes.h b/engines/nancy/commontypes.h
index bb850f17651..8b0566853f5 100644
--- a/engines/nancy/commontypes.h
+++ b/engines/nancy/commontypes.h
@@ -49,6 +49,7 @@ static const int8 kFrNoFrame			= -1;
 // Inventory items use types
 static const byte kInvItemUseThenLose	= 0;
 static const byte kInvItemKeepAlways	= 1;
+static const byte kInvItemReturn		= 2;
 
 // Dependency types
 static const byte kFlagEvent			= 1;




More information about the Scummvm-git-logs mailing list