forked from nakidai/csnake
Remove getchInit from input.c
parent
71cfceee4b
commit
eb82ad3173
|
@ -7,7 +7,6 @@
|
|||
|
||||
ThreadR input(void *vargp)
|
||||
{
|
||||
getchInit();
|
||||
int *out = ((InputArgs *)vargp)->out;
|
||||
bool *alive = ((InputArgs *)vargp)->alive;
|
||||
|
||||
|
|
Loading…
Reference in New Issue