Fix mines. Now they explode again.

This commit is contained in:
Steve Checkoway
2006-07-20 08:15:10 +00:00
parent 705d929106
commit 93d8db14c7
2 changed files with 52 additions and 28 deletions
+1
View File
@@ -173,6 +173,7 @@ protected:
int m_iRowLastCrossed;
int m_iMineRowLastCrossed;
int m_iRowLastJudged; // Everything up to and including this row has been judged.
int m_iMineRowLastJudged;
JudgedRows m_JudgedRows;
RageSound m_soundMine;