|
|
|
@ -71,6 +71,8 @@ void DrawMonsterHealthBar(CelOutputBuffer out) |
|
|
|
if (!sgOptions.Gameplay.bEnemyHealthBar) |
|
|
|
if (!sgOptions.Gameplay.bEnemyHealthBar) |
|
|
|
return; |
|
|
|
return; |
|
|
|
assert(qolArt != nullptr); |
|
|
|
assert(qolArt != nullptr); |
|
|
|
|
|
|
|
if (qolArt->healthBox.surface == nullptr) |
|
|
|
|
|
|
|
return; |
|
|
|
if (currlevel == 0) |
|
|
|
if (currlevel == 0) |
|
|
|
return; |
|
|
|
return; |
|
|
|
if (pcursmonst == -1) |
|
|
|
if (pcursmonst == -1) |
|
|
|
|