Changeset 5313 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 8, 2005, 2:07:42 AM (19 years ago)
- Location:
- trunk/src/world_entities
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/npc2.cc
r5271 r5313 45 45 { 46 46 delete this->shader; 47 gluDeleteQuadric(this->obj); 47 48 48 49 } -
trunk/src/world_entities/skysphere.cc
r5068 r5313 58 58 PRINTF(3)("Deleting the SkySphere\n"); 59 59 delete this->skyMaterial; 60 free(this->sphereObj);60 gluDeleteQuadric(this->sphereObj); 61 61 } 62 62
Note: See TracChangeset
for help on using the changeset viewer.