diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-28 22:14:47 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-28 22:14:47 -0500 |
commit | 9d2ee97519aa8ee3c5e5c0d11f49f5a77e4f870e (patch) | |
tree | 763431b9969206b11c5c42c7154c19ad5d21f421 /include/player_pc.h | |
parent | 857b166086756ccc92e58981493513a7f00920ff (diff) | |
parent | 86a36767dba19e84297047addf1d1d776e2efdec (diff) |
Merge branch 'master' into slot_machine
Diffstat (limited to 'include/player_pc.h')
-rw-r--r-- | include/player_pc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/player_pc.h b/include/player_pc.h index 3302ec634..625155b57 100644 --- a/include/player_pc.h +++ b/include/player_pc.h @@ -19,8 +19,8 @@ // defined and used in the above macro enum { - ITEM_ID, - QUANTITY + PC_ITEM_ID, + PC_QUANTITY }; // player PC menu options |