shk followmsg moved to instance globals. early_init introduced.
This commit is contained in:
@@ -19,6 +19,15 @@ STATIC_DCL void FDECL(regen_hp, (int));
|
||||
STATIC_DCL void FDECL(interrupt_multi, (const char *));
|
||||
STATIC_DCL void FDECL(debug_fields, (const char *));
|
||||
|
||||
void
|
||||
early_init()
|
||||
{
|
||||
decl_globals_init();
|
||||
objects_globals_init();
|
||||
monst_globals_init();
|
||||
sys_early_init();
|
||||
}
|
||||
|
||||
void
|
||||
moveloop(resuming)
|
||||
boolean resuming;
|
||||
|
||||
Reference in New Issue
Block a user