[Scummvm-git-logs] scummvm master -> b4a9093d759257dd8a1138059fe5d404c4ed902c
dreammaster
dreammaster at scummvm.org
Wed Mar 14 12:07:20 CET 2018
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:
b4a9093d75 XEEN: Fix selecting items in items dialog
Commit: b4a9093d759257dd8a1138059fe5d404c4ed902c
https://github.com/scummvm/scummvm/commit/b4a9093d759257dd8a1138059fe5d404c4ed902c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-03-14T07:07:15-04:00
Commit Message:
XEEN: Fix selecting items in items dialog
Changed paths:
engines/xeen/item.h
diff --git a/engines/xeen/item.h b/engines/xeen/item.h
index d951353..e927908 100644
--- a/engines/xeen/item.h
+++ b/engines/xeen/item.h
@@ -74,7 +74,7 @@ public:
/**
* Returns true if no item is set
*/
- bool empty() const { return _id != 0; }
+ bool empty() const { return _id == 0; }
/**
* Synchronizes the data for the item
More information about the Scummvm-git-logs
mailing list