MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
| 2 | void reactivate_destructed_master(int flag) |
| 3 | |
| 4 | DESCRIPTION |
| 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 | |
| 14 | SEE ALSO |
| 15 | destruct(E), inaugurate_master(M), master(M) |