sfcnr/gamemodes/irresistible/cnr/cities.pwn

20 lines
389 B
Plaintext
Raw Normal View History

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: cities.inc
* Purpose: definitions of cities
*/
/* ** Configuration ** */
#define ENABLE_CITY_LV true
#define ENABLE_CITY_LS true
/* ** Definitions ** */
#define MAX_CITIES 3
#define CITY_SF 0
#define CITY_LV 1
#define CITY_LS 2
#define CITY_DESERTS 3
#define CITY_COUNTRY 4