no #LIVES = nonstop
(at least, that's how it seems it's supposed to work; makes sense)
This commit is contained in:
@@ -27,7 +27,7 @@ Course::Course()
|
|||||||
{
|
{
|
||||||
m_bRepeat = false;
|
m_bRepeat = false;
|
||||||
m_bRandomize = false;
|
m_bRandomize = false;
|
||||||
m_iLives = 4;
|
m_iLives = -1;
|
||||||
m_iExtra = 0;
|
m_iExtra = 0;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user