Change definition

This commit is contained in:
Night Kaly 2024-10-05 21:49:16 +01:00
parent b319d53758
commit 760470d2f6
Signed by: night0721
GPG key ID: 957D67B8DB7A119B

View file

@ -343,7 +343,7 @@ void *player_input(void *arg)
if (ch == 'q') {
break;
} else if (ch == ' ') {
gather_resources();
destory_block();
} else if (isdigit(ch) > 0) {
player.slot = ch - '0';
} else {