Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 17, 2012, 6:24:06 PM (12 years ago)
Author:
landauf
Message:

small cleanup. calling addTemplate() only once instead of twice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2012merge/src/modules/pickup/PickupRepresentation.h

    r7547 r9302  
    141141                { if(index == 0) return this->pickup_; return NULL; }
    142142
    143             StaticEntity* getSpawnerRepresentation(PickupSpawner* spawner); //!< Get a spawnerRepresentation for a specific PickupSpawner.
     143            StaticEntity* createSpawnerRepresentation(PickupSpawner* spawner); //!< Create a spawnerRepresentation for a specific PickupSpawner.
    144144
    145145        protected:
Note: See TracChangeset for help on using the changeset viewer.