diff Items.cpp @ 1567:9f8b3e904e14

Player::ReceiveDamage, very small edits; prepended "Is" to item functions returning bool values (broken, indetified, stolen)
author Grumpy7
date Sun, 08 Sep 2013 05:22:33 +0200
parents c4ab816fcc5e
children 75fafd8ced59 bb2378f58767
line wrap: on
line diff
--- a/Items.cpp	Sun Sep 08 04:11:10 2013 +0200
+++ b/Items.cpp	Sun Sep 08 05:22:33 2013 +0200
@@ -1459,7 +1459,7 @@
 //----- (00456499) --------------------------------------------------------
 const char *ItemGen::GetDisplayName()
 {
-  if (Identified())
+  if (IsIdentified())
     return GetIdentifiedName();
   else
     return pItemsTable->pItems[uItemID].pUnidentifiedName;