mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
- Added Dealtar's and Zilpin's Airport Externalization
- Needed GameDir files are already committet to SVN GameDir git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2759 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include "Soldier Profile.h"
|
||||
#include "laptop.h"
|
||||
#include "Campaign.h"
|
||||
#include "PostalService.h"
|
||||
#endif
|
||||
|
||||
#include "connect.h"
|
||||
@@ -59,6 +60,7 @@ extern void HandleMinuteUpdate();
|
||||
extern BOOLEAN gfProcessingGameEvents;
|
||||
extern UINT32 guiTimeStampOfCurrentlyExecutingEvent;
|
||||
extern BOOLEAN gfPreventDeletionOfAnyEvent;
|
||||
extern CPostalService gPostalService;
|
||||
|
||||
|
||||
#ifdef CRIPPLED_VERSION
|
||||
@@ -433,6 +435,9 @@ BOOLEAN ExecuteStrategicEvent( STRATEGICEVENT *pEvent )
|
||||
case EVENT_MERC_SITE_NEW_MERC_AVAILABLE:
|
||||
NewMercsAvailableAtMercSiteCallBack( );
|
||||
break;
|
||||
case EVENT_POSTAL_SERVICE_SHIPMENT:
|
||||
gPostalService.DeliverShipment(pEvent->uiParam);
|
||||
break;
|
||||
|
||||
#ifdef CRIPPLED_VERSION
|
||||
case EVENT_CRIPPLED_VERSION_END_GAME_CHECK:
|
||||
|
||||
Reference in New Issue
Block a user