mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
MM: MM1: Comment out unused variables
This commit is contained in:
parent
b81fc038bd
commit
0295bbccd3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user