From fdf6db5fd6ba56cc4cb1993b0ca8153a890c769f Mon Sep 17 00:00:00 2001 From: oy Date: Mon, 27 Jun 2011 23:26:01 +0200 Subject: fixed that music resets on password prompt. Closes #695 --- src/game/client/components/sounds.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/client/components/sounds.h') diff --git a/src/game/client/components/sounds.h b/src/game/client/components/sounds.h index 2670f793..ab9cc8e6 100644 --- a/src/game/client/components/sounds.h +++ b/src/game/client/components/sounds.h @@ -32,6 +32,7 @@ public: virtual void OnInit(); virtual void OnReset(); + virtual void OnStateChange(int NewState, int OldState); virtual void OnRender(); void ClearQueue(); -- cgit 1.4.1