Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6525 in orxonox.OLD


Ignore:
Timestamp:
Jan 18, 2006, 3:37:52 AM (18 years ago)
Author:
patrick
Message:

network: the gamemenu now looks quite nice. but there is more to come! much more! muahahahahaha… i'm realy tired…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/world_entities/planet.cc

    r6524 r6525  
    5656{
    5757  PRINTF(5)("Deleting Planet\n");
     58  if( this->material)
     59    delete this->material;
    5860}
    5961
     
    110112  Vector c;
    111113  double r = this->size;
    112   int n = 100;
     114  int n = 200;
    113115  int method = 1;
    114116  double theta1 = 0;
Note: See TracChangeset for help on using the changeset viewer.