no FoW for Overcast and Thunderous Skies

issue1247
Maikel de Vries 2015-01-20 19:35:05 +01:00
parent 4e9f054ca5
commit 4311ea9aac
2 changed files with 9 additions and 0 deletions

View File

@ -163,6 +163,13 @@ protected func Initialize()
return;
}
protected func InitializePlayer(int plr)
{
// This scenario does not have shadows.
SetFoW(false, plr);
return;
}
/*-- Wind channel --*/
global func FxWindChannelStart(object target, proplist effect, int temporary)

View File

@ -240,6 +240,8 @@ if (!this)
protected func InitializePlayer(int plr)
{
// This scenario does not have shadows.
SetFoW(false, plr);
return JoinPlayer(plr);
}