mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
*********************************************************
* 2006/05/01 * * Little Alien * * Developed in VS 2003 * ********************************************************* Source: - Added militia control in tactical (can be turned on/off in ja2.ini file) - Aiming/readying gun: show in red points needed for readying gun Data: - Added new ja2.ini git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@46 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -78,6 +78,7 @@ BOOLEAN gfPausedTacticalRenderFlags = FALSE;
|
||||
|
||||
// which assignment menu can be shown?
|
||||
extern void DetermineWhichAssignmentMenusCanBeShown( void );
|
||||
extern void DetermineWhichMilitiaControlMenusCanBeShown( void ); //lal
|
||||
extern void HandleAnyMercInSquadHasCompatibleStuff( UINT8 ubSquad, OBJECTTYPE *pObject, BOOLEAN fReset );
|
||||
extern BOOLEAN RemoveFlashItemSlot( ITEM_POOL *pItemPool );
|
||||
|
||||
@@ -346,6 +347,10 @@ void ResetInterface( )
|
||||
DetermineWhichAssignmentMenusCanBeShown();
|
||||
CreateDestroyAssignmentPopUpBoxes( );
|
||||
|
||||
DetermineWhichMilitiaControlMenusCanBeShown( ); //lal
|
||||
CreateDestroyMilitiaControlPopUpBoxes( );
|
||||
|
||||
|
||||
HideUICursor( );
|
||||
|
||||
ResetPhysicsTrajectoryUI( );
|
||||
|
||||
Reference in New Issue
Block a user