mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-23 12:44:02 +00:00
MOHAWK: Comment out unused constant
Thanks to fingolfin for finding this unused code
This commit is contained in:
parent
0e763f6aa2
commit
ce40801f5b
@ -2513,7 +2513,7 @@ void RivenExternal::xthideinventory(uint16 argc, uint16 *argv) {
|
||||
static const uint32 kMarbleCount = 6;
|
||||
static const int kSmallMarbleWidth = 4;
|
||||
static const int kSmallMarbleHeight = 2;
|
||||
static const int kLargeMarbleSize = 8;
|
||||
//static const int kLargeMarbleSize = 8;
|
||||
static const int kMarbleHotspotSize = 13;
|
||||
static const char *s_marbleNames[] = { "tred", "torange", "tyellow", "tgreen", "tblue", "tviolet" };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user