mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-25 01:05:38 -05:00
only read map-related WEATHER_ constants
This commit is contained in:
@@ -1488,7 +1488,7 @@ void Project::readMapBattleScenes() {
|
||||
}
|
||||
|
||||
void Project::readWeatherNames() {
|
||||
QStringList prefixes = (QStringList() << "WEATHER_");
|
||||
QStringList prefixes = (QStringList() << "\\bWEATHER_");
|
||||
parser.readCDefinesSorted("include/constants/weather.h", prefixes, weatherNames);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user