rnd-20040816-1-src
[rocksndiamonds.git] / src / libem / input.c
index 7c6437c98f9b6ae4e7b9841eb4435be1602eee1f..3ccf6a4f690d4d3b5c849e061b1880fb5052e5a2 100644 (file)
@@ -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