Changeset 7392 in orxonox.OLD for branches/atmospheric_engine/src/lib/graphics/effects/atmospheric_engine.cc
- Timestamp:
- Apr 27, 2006, 9:49:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/atmospheric_engine/src/lib/graphics/effects/atmospheric_engine.cc
r7381 r7392 27 27 using namespace std; 28 28 29 30 31 29 /** 32 30 * @param root The XML-element to load the AtmosphericEngine from … … 34 32 AtmosphericEngine::AtmosphericEngine() 35 33 { 36 // this->setClassID(CL_ATMOSPHERIC_ENGINE, "AtmosphericEngine");37 this->bActivated = false;34 // this->setClassID(CL_ATMOSPHERIC_ENGINE, "AtmosphericEngine"); 35 // this->bActivated = false; 38 36 } 39 37 … … 92 90 * initializes the graphics effect 93 91 */ 94 bool AtmosphericEngine::init()95 {}92 //bool AtmosphericEngine::init() 93 //{} 96 94 97 95
Note: See TracChangeset
for help on using the changeset viewer.