Update player number for lint.cpp and the map conversion tools.

master
cybersphinx 2012-04-22 17:32:24 +02:00
parent 13128367ad
commit bfbe5bbb24
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ static QList<timerNode> timers;
// Pseudorandom values
static int obj_uid = 11;
#define MAX_PLAYERS 8
#define MAX_PLAYERS 11
// ----------------------------------------------------------------------------------------
// Utility functions -- not called directly from scripts

View File

@ -30,7 +30,7 @@
#define TILE_HEIGHT 128
#define TILE_WIDTH 128
#define MAX_PLAYERS 8
#define MAX_PLAYERS 11
#define MAP_MAXAREA (256 * 256)
// map.h: 321