From e0cebaf164e6e4dab444f47ca0dc4730892f2e11 Mon Sep 17 00:00:00 2001 From: qndel Date: Tue, 8 Oct 2019 01:49:50 +0200 Subject: [PATCH] formatting --- Source/items.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/items.cpp b/Source/items.cpp index 12d7a6221..d6282ed73 100644 --- a/Source/items.cpp +++ b/Source/items.cpp @@ -1464,12 +1464,12 @@ void GetBookSpell(int i, int lvl) #ifdef HELLFIRE else #endif - if (spelldata[bs].sType == STYPE_LIGHTNING) + if (spelldata[bs].sType == STYPE_LIGHTNING) item[i]._iCurs = ICURS_BOOK_BLUE; #ifdef HELLFIRE else #endif - if (spelldata[bs].sType == STYPE_MAGIC) + if (spelldata[bs].sType == STYPE_MAGIC) item[i]._iCurs = ICURS_BOOK_GREY; }