diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/shop.h | 6 | 
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 | 
