only read map-related WEATHER_ constants
This commit is contained in:
parent
11d6d35b68
commit
dae8f7deaf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue