From 90955ab4abe25b2878e07d810f17b883fcec1cf1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 18 Feb 2004 02:35:09 +0000 Subject: [PATCH] (How did *that* happen?) --- stepmania/src/ScreenGameplay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenGameplay.h b/stepmania/src/ScreenGameplay.h index bba7ec9ec4..bd15d63bb9 100644 --- a/stepmania/src/ScreenGameplay.h +++ b/stepmania/src/ScreenGameplay.h @@ -60,7 +60,7 @@ class LyricsLoader; class ScreenGameplay : public Screen { public: - ScreenGameplay( CString sName, bool bDemonstration ); + ScreenGameplay( CString sName, bool bDemonstration = false ); void Init(); virtual ~ScreenGameplay();