summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-18 21:18:06 -0500
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-01-18 21:18:06 -0500
commita0cb6c72b6ba7c1b2d2464f3c1ac04354d5d05de (patch)
tree6da884185f815c01c6fd1ce68a03fb42b5d6fba4 /include
parent751af64d727a2c46a8a56931ce97488144e13704 (diff)
shop enum
Diffstat (limited to 'include')
-rw-r--r--include/shop.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/shop.h b/include/shop.h
index 76b68d0e9..80602e26c 100644
--- a/include/shop.h
+++ b/include/shop.h
@@ -20,9 +20,9 @@ enum
// shop options
enum
{
- BUY,
- SELL,
- EXIT
+ SHOP_BUY,
+ SHOP_SELL,
+ SHOP_EXIT
};
struct MartInfo