blob: 64f68b50cc3a3cb5ff86ffeeed916f8cd6073b6a [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
Zesstra7ea4a032019-11-26 20:11:40 +01002 void reactivate_destructed_master(int flag)
MG Mud User88f12472016-06-24 23:31:02 +02003
4DESCRIPTION
Zesstra7ea4a032019-11-26 20:11:40 +01005 This function is called in an already destructed master object
6 if no new master object could be loaded. flag will be 1 if the
7 old master object could be reclaimed from the list of objects
8 that were marked for destruction but not yet terminated. If
9 flag is 0, all variables of the object have been set to 0 and
10 must be re-initialized.
MG Mud User88f12472016-06-24 23:31:02 +020011
Zesstra7ea4a032019-11-26 20:11:40 +010012 After this function, inaugurate_master() will be applied again.
MG Mud User88f12472016-06-24 23:31:02 +020013
14SEE ALSO
Zesstra7ea4a032019-11-26 20:11:40 +010015 destruct(E), inaugurate_master(M), master(M)