Change definition
This commit is contained in:
parent
b319d53758
commit
760470d2f6
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ void *player_input(void *arg)
|
||||||
if (ch == 'q') {
|
if (ch == 'q') {
|
||||||
break;
|
break;
|
||||||
} else if (ch == ' ') {
|
} else if (ch == ' ') {
|
||||||
gather_resources();
|
destory_block();
|
||||||
} else if (isdigit(ch) > 0) {
|
} else if (isdigit(ch) > 0) {
|
||||||
player.slot = ch - '0';
|
player.slot = ch - '0';
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue