tfv: only have enemy encounters on the world map

This commit is contained in:
Vince Weaver 2018-07-15 23:10:38 -04:00
parent 87c508b740
commit 1c8a62c4c5

View File

@ -267,7 +267,8 @@ int world_map(void) {
refresh=1;
}
if (moved) {
/* Only have encounters on world map */
if ((moved) && (map_location<16)) {
if (random_encounters) next_encounter--;
if (next_encounter==0) {
do_battle(map_info[map_location].ground_color);