mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
Data and Source v1.13 Mod High Resolution version from 2006-04-15
git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@25 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3764,12 +3764,12 @@ void SetupNewStrategicGame( )
|
||||
// Daily checks for E-mail from Enrico
|
||||
AddEveryDayStrategicEvent( EVENT_ENRICO_MAIL, ENRICO_MAIL_TIME , 0 );
|
||||
|
||||
if ( gGameOptions.fAirStrikes )
|
||||
{
|
||||
//Daily check for an air raid
|
||||
AddEveryDayStrategicEvent( EVENT_CHECK_FOR_AIR_RAID, 360, 0 );
|
||||
}
|
||||
|
||||
// if ( gGameOptions.fAirStrikes )
|
||||
// {
|
||||
// //Daily check for an air raid
|
||||
// AddEveryDayStrategicEvent( EVENT_CHECK_FOR_AIR_RAID, 360, 0 );
|
||||
// }
|
||||
//
|
||||
// Hourly update of all sorts of things
|
||||
AddPeriodStrategicEvent( EVENT_HOURLY_UPDATE, 60, 0 );
|
||||
AddPeriodStrategicEvent( EVENT_QUARTER_HOUR_UPDATE, 15, 0 );
|
||||
|
||||
Reference in New Issue
Block a user