src/disaster_cmd.cpp
changeset 6117 6507b2a7e71d
parent 5700 61c87793767f
child 6125 a6fff965707c
equal deleted inserted replaced
6116:0a63874accb6 6117:6507b2a7e71d
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file
     3 /** @file disaster_cmd.cpp
     4  * All disaster/easter egg vehicles are handled here.
     4  * All disaster/easter egg vehicles are handled here.
     5  * The general flow of control for the disaster vehicles is as follows:
     5  * The general flow of control for the disaster vehicles is as follows:
     6  * <ol>
     6  * <ol>
     7  * <li>Initialize the disaster in a disaster specific way (eg start position,
     7  * <li>Initialize the disaster in a disaster specific way (eg start position,
     8  *     possible target, etc.) Disaster_XXX_Init() function
     8  *     possible target, etc.) Disaster_XXX_Init() function