mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
SCUMM: Change DEBUG_COLOR_COUNT from static const to define
This commit is contained in:
parent
9a742b0c36
commit
90084caa74
@ -26,6 +26,8 @@
|
||||
|
||||
namespace Scumm {
|
||||
|
||||
#define DEBUG_COLOR_COUNT 32
|
||||
|
||||
class ScummEngine;
|
||||
|
||||
class ScummDebugger : public GUI::Debugger {
|
||||
@ -35,7 +37,6 @@ public:
|
||||
private:
|
||||
ScummEngine *_vm;
|
||||
|
||||
static const int DEBUG_COLOR_COUNT = 32;
|
||||
int _nextColorIndex = 0;
|
||||
int _debugColors[DEBUG_COLOR_COUNT];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user