Fix VC8 macro redef warning. (more to come)
This commit is contained in:
@@ -50,7 +50,7 @@ static const DeviceButton g_keys[] =
|
||||
|
||||
static DeviceButton GetRandomKeyboardKey()
|
||||
{
|
||||
int index = RandomInt( ARRAYSIZE(g_keys) );
|
||||
int index = RandomInt( ARRAY_SIZE(g_keys) );
|
||||
return g_keys[index];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user