Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 3, 2016, 8:49:23 PM (8 years ago)
Author:
landauf
Message:

fixed compiler errors (MSVC): StaticEntity has no tick() function + two other errors in FlagHUD and ExplosionPart

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentationHS15/src/modules/hover/HoverWall.cc

    r11026 r11029  
    117117        SUPER(HoverWall, XMLPort, xmlelement, mode);
    118118    }
    119 
    120     /**
    121     @brief
    122         Is called every tick.
    123         Handles the movement of the ball and its interaction with the boundaries and bats.
    124     @param dt
    125         The time since the last tick.
    126     */
    127     void HoverWall::tick(float dt)
    128     {
    129         SUPER(HoverWall, tick, dt);
    130        
    131     }
    132 
    133    
    134119}
Note: See TracChangeset for help on using the changeset viewer.