SCUMM: Change DEBUG_COLOR_COUNT from static const to define

This commit is contained in:
AndywinXp 2023-12-26 21:11:30 +01:00
parent 9a742b0c36
commit 90084caa74

View File

@ -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];