From dfcc6397848d4597b386b688f689352de6c19ae2 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 26 Mar 2009 00:27:05 +0100 Subject: Remove redundancy, fix variable names and other code cleanups --- src/monster.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/monster.cpp') diff --git a/src/monster.cpp b/src/monster.cpp index c8abcc05..eaea6225 100644 --- a/src/monster.cpp +++ b/src/monster.cpp @@ -211,12 +211,10 @@ const MonsterInfo &Monster::getInfo() const #endif } -void Monster::showName(bool show) +void Monster::setShowName(bool show) { - if (mText) - { - delete mText; - } + delete mText; + if (show) { mText = new Text(getInfo().getName(), mPx + NAME_X_OFFSET, -- cgit v1.2.3-70-g09d2