From fafa546cf1f3dc58d0093ca5f210fae87ec570bc Mon Sep 17 00:00:00 2001 From: qndel Date: Sun, 8 Sep 2019 04:01:42 +0200 Subject: [PATCH] fix tab --- Source/items.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/items.cpp b/Source/items.cpp index 82d851a02..b84719e8c 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -3929,7 +3929,8 @@ void SpawnHealer(int lvl) nsi = random(50, 10) + 10; #else nsi = random(50, 8) + 10; -#endif for (i = srnd; i < nsi; i++) { +#endif + for (i = srnd; i < nsi; i++) { item[0]._iSeed = GetRndSeed(); SetRndSeed(item[0]._iSeed); itype = RndHealerItem(lvl) - 1;