Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 17, 2005, 2:15:33 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: fixed movement bug (was in the lists), modified the player

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/skysphere.cc

    r3566 r3586  
    3838Skysphere::Skysphere()
    3939
    40   initialize("../data/pictures/sky-replace.jpg");
     40  this->initialize("../data/pictures/sky-replace.jpg");
    4141}
    4242
     
    4848Skysphere::Skysphere(char* fileName)
    4949{
    50   initialize(fileName);
     50  this->initialize(fileName);
    5151}
    5252
     
    108108 
    109109  skyMaterial->select();
    110   gluSphere(sphereObj, sphereRadius, 20, 20);
     110  gluSphere(this->sphereObj, this->sphereRadius, 20, 20);
    111111  glPopMatrix();
    112112}
Note: See TracChangeset for help on using the changeset viewer.