mirror of
https://github.com/huderlem/porymap.git
synced 2026-08-14 04:46:49 -05:00
allow saving new encounter groups to maps
This commit is contained in:
@@ -12,7 +12,7 @@ struct WildPokemon {
|
||||
struct WildMonInfo {
|
||||
//
|
||||
bool active = false;
|
||||
int encounterRate;
|
||||
int encounterRate = 0;
|
||||
QVector<WildPokemon> wildPokemon;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user