Radar branch: add Fakes wherever it made sense.

Need to check metrics, then ready to test.
This commit is contained in:
Jason Felds
2011-02-27 22:36:04 -05:00
parent ca83d063f8
commit 86f3bf7e79
9 changed files with 27 additions and 4 deletions
+2
View File
@@ -41,6 +41,8 @@ enum DetailLine
DetailLine_Mines, /**< The number of mines avoided. */
DetailLine_Hands, /**< The number of hands hit (somehow) */
DetailLine_Rolls, /**< The number of rolls hit repeatedly. */
DetailLine_Lifts, /**< The number of lifts lifted up. */
DetailLine_Fakes, /**< The number of fakes to be ignored. */
NUM_DetailLine /**< The nuber of detailed lines. */
};
/** @brief Shows the player their score after gameplay has ended. */