mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- MP entry points are now much more and scale with mapsize git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6576 3b4a5df2-a311-0410-b5c6-a8a6f20db521
19 lines
369 B
C
19 lines
369 B
C
#ifndef _MERC_ENTRING_H
|
|
#define _MERC_ENTRING_H
|
|
|
|
|
|
void ResetHeliSeats( );
|
|
void AddMercToHeli( UINT8 ubID );
|
|
|
|
// Flugente: we might want to set the helicopter dropoff point without starting it at the same time
|
|
void SetHelicopterDroppoint( INT32 sGridNo );
|
|
|
|
void StartHelicopterRun();
|
|
|
|
void HandleHeliDrop( );
|
|
|
|
extern BOOLEAN gfIngagedInDrop;
|
|
|
|
#endif
|
|
|