- Timestamp:
- Nov 7, 2017, 5:47:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/AsteroidMining_HS17/src/modules/asteroidmining/AsteroidMinable.h
r11547 r11551 62 62 protected: 63 63 // Da neue Argumente reinstellen 64 float asteroidVersion; // Bodenstrich-Konvention?,64 //float asteroidVersion; // Bodenstrich-Konvention?, 65 65 // Wert zwischen 1 und 6 (Spezialdinger?), die Mesh-Form 66 66 float size; 67 67 bool generateSmaller; 68 virtual void death(); 68 bool initialised; 69 70 Context* context; 71 72 virtual void death(); 73 virtual void putStuff(); 69 74 70 75 … … 74 79 virtual void spawnChildren(); 75 80 76 Context* context;77 81 78 82
Note: See TracChangeset
for help on using the changeset viewer.