~ares-developers/ares/gd03

« back to all changes in this revision

Viewing changes to src/Misc/SWTypes/LightningStorm.cpp

  • Committer: AlexB
  • Date: 2012-05-21 16:51:16 UTC
  • Revision ID: git-v1:456dc9dbcd124851597adeb41c8b3d8d49a445e9
Minor update: Initialize static SW fields.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include <ScenarioClass.h>
5
5
 
6
 
SuperClass* SW_LightningStorm::CurrentLightningStorm;
 
6
SuperClass* SW_LightningStorm::CurrentLightningStorm = NULL;
7
7
 
8
8
bool SW_LightningStorm::HandlesType(int type)
9
9
{