Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 26, 2006, 3:48:47 PM (18 years ago)
Author:
rennerc
Message:

network changes

File:
1 edited

Legend:

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

    r8068 r8798  
    5959{
    6060  this->setClassID(CL_SPAWNING_POINT, "SpawningPoint");
     61 
     62  this->teamId = -1;
    6163}
    6264
     
    8183  LoadParam(root, "delay", this, SpawningPoint, setSpawningDelay)
    8284      .describe("sets the delay of the spawning point");
     85     
     86  /* load teamId */
     87  LoadParam(root, "teamId", this, SpawningPoint, setTeamId)
     88      .describe("sets teamId");
    8389
    8490
Note: See TracChangeset for help on using the changeset viewer.