equal
deleted
inserted
replaced
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 |