Fix cdb3dd049: GOAL chunk was not using the header for loading (#9409)

pull/332/head
Loïc Guilloux 3 years ago committed by GitHub
parent d38ad7d80c
commit 0fa2007560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save