#include <stdlib.h>#include <stdio.h>#include <conio.h>#include <dos.h>#include <direct.h>#include <string.h>#include <math.h>#include "screens.h"#include "inferno.h"#include "segment.h"#include "editor.h"#include "timer.h"#include "objpage.h"#include "fix.h"#include "mono.h"#include "error.h"#include "kdefs.h"#include "object.h"#include "polyobj.h"#include "game.h"#include "powerup.h"#include "ai.h"#include "hostage.h"#include "eobject.h"#include "medwall.h"#include "eswitch.h"#include "medrobot.h"#include "key.h"#include "bm.h"#include "sounds.h"#include "centers.h"#include "piggy.h"Functions | |
| void | vclip_play (vclip *vc, fix frame_time) |
| int | SelectPrevHostage () |
| int | SelectNextHostage () |
| int | SelectClosestHostage () |
| int | PlaceHostage () |
| int | CompressHostages () |
| int | SelectNextFace () |
| int | SelectPrevFace () |
| int | PlayHostageSound () |
| int | do_hostage_dialog () |
| void | hostage_close_window () |
| void | do_hostage_window () |
Variables | |
| static UI_WINDOW * | MainWindow = NULL |
| static UI_GADGET_USERBOX * | HostageViewBox |
| static UI_GADGET_INPUTBOX * | HostageText |
| static UI_GADGET_BUTTON * | QuitButton |
| static int | CurrentHostageIndex = -1 |
| static int | LastHostageIndex = -1 |
| static fix | Vclip_animation_time = 0 |
| static fix | Vclip_playback_speed = 0 |
| static vclip * | Vclip_ptr = NULL |
| static char | HostageMessage [] = " " |
| static fix | Time |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6