diff options
Diffstat (limited to 'src/crcombat.cc')
| -rw-r--r-- | src/crcombat.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crcombat.cc b/src/crcombat.cc index 6b0df86..854ffe2 100644 --- a/src/crcombat.cc +++ b/src/crcombat.cc @@ -10,7 +10,7 @@ TCombat::TCombat(void){ this->ChaseMode = 0; this->SecureMode = 1; this->AttackDest = 0; - this->Following; + this->Following = false; this->Shield = NONE; this->Close = NONE; this->Missile = NONE; |
