From 45763228016c0e9b8c750c0d9b25c2bf67b4ce33 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 26 Jan 2003 09:46:30 +0000 Subject: [PATCH] no #LIVES = nonstop (at least, that's how it seems it's supposed to work; makes sense) --- stepmania/src/Course.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Course.cpp b/stepmania/src/Course.cpp index badae605f3..f6a7167713 100644 --- a/stepmania/src/Course.cpp +++ b/stepmania/src/Course.cpp @@ -27,7 +27,7 @@ Course::Course() { m_bRepeat = false; m_bRandomize = false; - m_iLives = 4; + m_iLives = -1; m_iExtra = 0;