From 9ed2612bb08223cf78b484c3dac203dc4b79fdae Mon Sep 17 00:00:00 2001 From: qndel Date: Tue, 17 Sep 2019 18:59:19 +0200 Subject: [PATCH] tab --- Source/items.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index 66fa42192..5e56c6f46 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3460,7 +3460,7 @@ void PrintItemDur(ItemStruct *x) sprintf(tempstr, "damage: %i Dur: %i/%i", x->_iMinDam, x->_iDurability, x->_iMaxDur); } else #endif - if (x->_iMaxDur == 255) + if (x->_iMaxDur == 255) sprintf(tempstr, "damage: %i-%i Indestructible", x->_iMinDam, x->_iMaxDam); else sprintf(tempstr, "damage: %i-%i Dur: %i/%i", x->_iMinDam, x->_iMaxDam, x->_iDurability, x->_iMaxDur);