1
0

Implemented Ctrl-Q drop stack

Also fixed an issue with TossItems not respecting count.
This commit is contained in:
Tiger Wang
2014-01-15 22:36:19 +00:00
parent 4974bf2832
commit 3c31f2d8d8
3 changed files with 20 additions and 3 deletions

View File

@@ -85,6 +85,7 @@ enum
DIG_STATUS_STARTED = 0,
DIG_STATUS_CANCELLED = 1,
DIG_STATUS_FINISHED = 2,
DIG_STATUS_DROP_STACK= 3,
DIG_STATUS_DROP_HELD = 4,
DIG_STATUS_SHOOT_EAT = 5,
} ;