Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9713 in orxonox.OLD for branches/new_class_id/src/world_entities


Ignore:
Timestamp:
Sep 1, 2006, 11:43:31 AM (18 years ago)
Author:
bensch
Message:

terrain fixed, and <cassert> included

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/world_entities/terrain.cc

    r9709 r9713  
    8989Terrain::~Terrain ()
    9090{
    91   if (objectList)
     91  if (modelList)
    9292    glDeleteLists(this->modelList, 1);
    9393  if( this->ssp)
     
    207207  //glRotatef (this->getAbsDir().getSpacialAxisAngle(), tmpRot.x, tmpRot.y, tmpRot.z );
    208208
    209   if (this->objectList)
     209  if (this->modelList)
    210210    glCallList(this->modelList);
    211211  else if (this->getModel())
Note: See TracChangeset for help on using the changeset viewer.