mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 04:20:29 +00:00
typo
This commit is contained in:
parent
73705dadf6
commit
329d59e52b
@ -15,7 +15,9 @@ MwIniImporter::MwIniImporter() {
|
||||
{ 0, 0 }
|
||||
};
|
||||
const char *fallback[] = {
|
||||
"Weather:Sunrise Time", "Weather_Sunset_Time", 0
|
||||
"Weather:Sunrise Time",
|
||||
"Weather:Sunset Time",
|
||||
0
|
||||
};
|
||||
|
||||
for(int i=0; map[i][0]; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user