reenable sound in Cancel(), rather than as a special case in the input, so it works if someone else calls Cancel

This commit is contained in:
Glenn Maynard
2008-06-11 22:05:49 +00:00
parent 04f43dae61
commit 3d2321887d
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ class ScreenDemonstration : public ScreenJukebox
public:
ScreenDemonstration();
virtual void Init();
virtual void Cancel( ScreenMessage smSendWhenDone );
virtual void HandleScreenMessage( const ScreenMessage SM );