add a warning about game_config::max_loop on Sapient's request
This commit is contained in:
parent
8f3ed71c48
commit
1c3b73182e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue