- Timestamp:
- Jan 10, 2016, 1:54:11 PM (9 years ago)
- Location:
- code/branches/cpp11_v3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3
- Property svn:mergeinfo changed
-
code/branches/cpp11_v3/src/modules/invader/InvaderHUDinfo.cc
r10624 r11054 30 30 #include "core/XMLPort.h" 31 31 #include "util/Convert.h" 32 //#include "Invader.h"32 #include "Invader.h" 33 33 34 34 namespace orxonox … … 40 40 RegisterObject(InvaderHUDinfo); 41 41 42 this->InvaderGame = 0;42 this->InvaderGame = nullptr; 43 43 this->bShowLives_ = false; 44 44 this->bShowLevel_ = false; … … 132 132 else 133 133 { 134 this->InvaderGame = 0;134 this->InvaderGame = nullptr; 135 135 } 136 136 }
Note: See TracChangeset
for help on using the changeset viewer.