blob: e90d2a117918fad777ddb33db13b187cf7592cf1 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 void reactivate_destructed_master(int flag)
3
4DESCRIPTION
5 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 form 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.
11
12 After this function, inaugurate_master() will be applied again.
13
14SEE ALSO
15 destruct(E), inaugurate_master(M), master(M)