Changeset 11065 for code/branches/cpp11_v3/src/modules/hover/TimeHUD.cc
- Timestamp:
- Jan 17, 2016, 1:59:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v3/src/modules/hover/TimeHUD.cc
r11043 r11065 47 47 this->time_ = 0.0f; 48 48 this->running_ = false; 49 this->hoverGame_ = 0;49 this->hoverGame_ = nullptr; 50 50 setRunning(true); 51 51 } … … 98 98 else 99 99 { 100 this->hoverGame_ = 0;100 this->hoverGame_ = nullptr; 101 101 } 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.