Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 20, 2006, 3:10:41 PM (17 years ago)
Author:
snellen
Message:

checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/heathaze/src/world_entities/effects/heat_haze.cc

    r10067 r10124  
    5858{
    5959  // all the clases this Entity is directly derived from must be called in this way, to load all settings.
    60   WorldEntity::loadParam(root);
     60  WorldEntity::loadParams(root);
    6161
    6262
     
    9898 */
    9999}
    100 
    101 
    102 /**
    103  *
    104  *
    105  */
    106 void HeatHaze::collidesWith (WorldEntity* entity, const Vector& location)
    107 {
    108 
    109 }
Note: See TracChangeset for help on using the changeset viewer.