Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 20, 2006, 11:08:16 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ORXONOX is now completely std::stringed

File:
1 edited

Legend:

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

    r9365 r9371  
    123123    return;
    124124
    125   PRINTF(0)("Spawningpoint spawns Entity (%s)\n", entity->getClassName());
     125  PRINTF(0)("Spawningpoint spawns Entity (%s)\n", entity->getClassCName());
    126126
    127127
     
    203203void SpawningPoint::sendRespawnMessage( int uniqueId )
    204204{
    205 #warning this bye array is not been deleted according to valginrd
     205#warning this byte array is not being deleted according to valginrd
    206206  byte * buf = new byte[2*INTSIZE];
    207207
Note: See TracChangeset for help on using the changeset viewer.