~ares-developers/ares/gd03

« back to all changes in this revision

Viewing changes to src/Misc/SWTypes/Dominator.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:
4
4
#include "../../Ext/WarheadType/Body.h"
5
5
#include "../../Utilities/Helpers.Alex.h"
6
6
 
7
 
SuperClass* SW_PsychicDominator::CurrentPsyDom;
 
7
SuperClass* SW_PsychicDominator::CurrentPsyDom = NULL;
8
8
 
9
9
bool SW_PsychicDominator::HandlesType(int type)
10
10
{