diff options
Diffstat (limited to 'src/sell.c')
| -rw-r--r-- | src/sell.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ void sell_handler(struct player_t *player) { stock->count -= sell_count; + /* commented out to preserve history */ #if 0 if(stock->count == 0) { |