MM: MM1: Comment out unused variables

This commit is contained in:
Eugene Sandulenko 2023-03-17 16:46:40 +01:00
parent b81fc038bd
commit 0295bbccd3
No known key found for this signature in database
GPG Key ID: 014D387312D34F08
2 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,7 @@ private:
Shared::Xeen::SpriteResource _icons;
State _state = SELECT_CLASS;
NewCharacter _newChar;
int _portraitNum = 0;
//int _portraitNum = 0;
/**
* Displays the new character attributes

View File

@ -27,9 +27,11 @@ namespace MM {
namespace MM1 {
namespace ViewsEnh {
#if 0
static const byte CONDITION_COLORS[17] = {
9, 9, 9, 9, 9, 9, 9, 9, 32, 32, 32, 32, 6, 6, 6, 6, 15
};
#endif
static const byte FACE_CONDITION_FRAMES[17] = {
2, 2, 2, 1, 1, 4, 4, 4, 3, 2, 4, 3, 3, 5, 6, 7, 0