Rebase of Hvy Metal I final version
Straightforward forward port. Drop the code to reset track on startup. It's not necessary, and it breaks linking of empdump.
This commit is contained in:
parent
abd64835c7
commit
5d0f5e69ee
25 changed files with 349 additions and 25 deletions
|
@ -87,6 +87,11 @@ finish_sects(int etu)
|
|||
/* Wipe it clean */
|
||||
memset(g_distptrs, 0, WORLD_SZ() * sizeof(*g_distptrs));
|
||||
|
||||
if (opt_RAILWAYS) {
|
||||
for (n = 0; NULL != (sp = getsectid(n)); n++)
|
||||
set_railway(sp);
|
||||
}
|
||||
|
||||
logerror("delivering...\n");
|
||||
/* Do deliveries */
|
||||
for (n = 0; NULL != (sp = getsectid(n)); n++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue