rnd-20060820-2-src
[rocksndiamonds.git] / src / game_em / export.h
index 27e3c6f0fa16d5f5ce0da5a3d63eb8438e1f5e1e..e7cfae0e67480342295a6ebff9c4ea4f36e3632f 100644 (file)
@@ -616,6 +616,8 @@ struct LEVEL
   short ball_array[8][8];      /* ball data */
   short android_array[TILE_MAX];/* android clone table */
   int num_ball_arrays;         /* number of ball data arrays used */
+
+  int exit_x, exit_y;          /* kludge for playing player exit sound */
 };
 
 struct PLAYER