diff options
| -rw-r--r-- | engines/xeen/item.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/xeen/item.h b/engines/xeen/item.h index d951353851..e927908d01 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  | 
