no #LIVES = nonstop

(at least, that's how it seems it's supposed to work; makes sense)
This commit is contained in:
Glenn Maynard
2003-01-26 09:46:30 +00:00
parent af361d5e58
commit 4576322801
+1 -1
View File
@@ -27,7 +27,7 @@ Course::Course()
{
m_bRepeat = false;
m_bRandomize = false;
m_iLives = 4;
m_iLives = -1;
m_iExtra = 0;