add a warning about game_config::max_loop on Sapient's request

This commit is contained in:
Jérémy Rosen 2012-03-31 15:59:58 +00:00
parent 8f3ed71c48
commit 1c3b73182e

View file

@ -127,6 +127,7 @@ namespace game_config
/**
* The maximum number of hexes on a map and items in an array and also used
* as maximum in wml loops.
* WARNING : This should not be set to less than the max map area
*/
extern const size_t max_loop;