mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-28 00:49:11 +00:00
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user