MOHAWK: Comment out unused constant

Thanks to fingolfin for finding this unused code
This commit is contained in:
Filippos Karapetis 2014-12-07 15:48:11 +02:00
parent 0e763f6aa2
commit ce40801f5b

View File

@ -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" };