#include <stdlib.h>#include "error.h"#include "3d.h"#include "inferno.h"#include "object.h"#include "vclip.h"#include "game.h"#include "mono.h"#include "polyobj.h"#include "sounds.h"#include "player.h"#include "bm.h"#include "hostage.h"#include "multi.h"#include "network.h"#include "gauges.h"Classes | |
| struct | blip |
Defines | |
| #define | MAX_BLIPS 1000 |
Functions | |
| void | radar_plot_object (object *objp, int hue) |
| void | radar_render_frame () |
Variables | |
| int | show_radar = 0 |
| int | Network_allow_radar = 0 |
| short | Hostage_monitor_size |
| short | Hostage_monitor_x |
| short | Hostage_monitor_y |
| static fix | radx |
| static fix | rady |
| static fix | rox |
| static fix | roy |
| static fix | cenx |
| static fix | ceny |
| blip | Blips [MAX_BLIPS] |
| int | N_blips = 0 |
| fix | Radar_farthest_dist = (F1_0 * 20 * 15) |
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6