X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibem%2Finput.c;h=3ccf6a4f690d4d3b5c849e061b1880fb5052e5a2;hb=9c43bda51b4cc085fe9c2770c1e45fbce104412a;hp=7c6437c98f9b6ae4e7b9841eb4435be1602eee1f;hpb=bec4e2a1fb71569a3302583f71fbb11aa3f58b63;p=rocksndiamonds.git diff --git a/src/libem/input.c b/src/libem/input.c index 7c6437c9..3ccf6a4f 100644 --- a/src/libem/input.c +++ b/src/libem/input.c @@ -118,7 +118,7 @@ int game_start(void) strcpy(player_name, "dave"); player_level = 0; - input_pause = 1; + input_pause = 1 * 0; for(;;) { @@ -259,6 +259,11 @@ void readjoy(void) ply1.joy_s = south; ply1.joy_w = west; } + +#if 0 + printf("::: JOY == %d/%d/%d/%d/%d\n", + north, east, south, west, fire); +#endif } /* handle events from x windows and block until the next frame