Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 6, 2009, 9:42:58 PM (15 years ago)
Author:
landauf
Message:

Attempt to fix a crash when switching from a level back to the mainmenu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/modules/overlays/hud/ChatOverlay.h

    r5738 r5895  
    5555        private:
    5656            void updateOverlayText();
    57             void dropMessage();
     57            void dropMessage(Timer* timer);
    5858
    5959            float displayTime_;
     60            std::set<Timer*> timers_;
    6061    };
    6162}
Note: See TracChangeset for help on using the changeset viewer.