mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-06 12:29:42 +01:00
parent
d38ad7d80c
commit
0fa2007560
@ -42,7 +42,7 @@ static void Load_GOAL()
|
||||
int index;
|
||||
while ((index = SlIterateArray()) != -1) {
|
||||
Goal *s = new (index) Goal();
|
||||
SlObject(s, _goals_desc);
|
||||
SlObject(s, slt);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user