Abolish a silly layer of macros.
This commit is contained in:
parent
b1fafc4d4d
commit
db8dc40b84
4 changed files with 11 additions and 17 deletions
2
main.c
2
main.c
|
@ -574,7 +574,7 @@ L2603: if(game.closed) {
|
|||
game.knfloc=0;
|
||||
|
||||
/* This is where we get a new command from the user */
|
||||
if (!GETIN(cmdin, WD1,WD1X,WD2,WD2X))
|
||||
if (!GETIN(cmdin, &WD1,&WD1X,&WD2,&WD2X))
|
||||
return false;
|
||||
|
||||
/* Every input, check "game.foobar" flag. If zero, nothing's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue