]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - robots/robots.h
Give an appropriate error on "kill all" rather than a crash or
[bsdgames-darwin.git] / robots / robots.h
index eb93806a60d09d38b0aa3f5eed3bec71cb34e70c..23a761ba8c43b498a41dc398458f9cb39ee08dc0 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: robots.h,v 1.12 1999/09/12 09:02:22 jsm Exp $  */
+/*     $NetBSD: robots.h,v 1.14 1999/09/30 18:01:33 jsm Exp $  */
 
 /*
  * Copyright (c) 1980, 1993
@@ -60,6 +60,7 @@
 # define       MAXLEVELS       4
 # define       MAXROBOTS       (MAXLEVELS * 10)
 # define       ROB_SCORE       10
+# undef                S_BONUS
 # define       S_BONUS         (60 * ROB_SCORE)
 # define       Y_SCORE         21
 # define       X_SCORE         (X_FIELDSIZE + 9)
@@ -109,9 +110,11 @@ extern bool        Pattern_roll, Stand_still;
 extern char    Cnt_move, Field[Y_FIELDSIZE][X_FIELDSIZE], Run_ch;
 extern const char *Next_move, *Move_list;
 
-extern int     Count, Level, Num_robots, Num_scrap, Num_scores, Score,
+extern int     Count, Level, Num_robots, Num_scrap, Num_scores,
                Start_level, Wait_bonus, Num_games;
 
+extern u_int32_t       Score;
+
 extern COORD   Max, Min, My_pos, Robots[], Scrap[];
 
 extern jmp_buf End_move;