Revert "Round 2 of this."

This reverts commit 1d7b5fe852.
This commit is contained in:
Devin J. Pohly
2013-06-04 23:47:49 -04:00
parent 1220dbe085
commit 259e9b1e00
10 changed files with 87 additions and 5 deletions
+1
View File
@@ -432,6 +432,7 @@ const int ITEM_NONE = -1;
enum CoinMode
{
CoinMode_Home, /**< The full range of options are available. */
CoinMode_Pay, /**< Coins must be inserted before a game can begin. */
CoinMode_Free, /**< It costs no money to play, but otherwise is similar to Pay mode. */
NUM_CoinMode,
CoinMode_Invalid