openbsd-ports/games/xbill/patches/patch-ab

12 lines
225 B
Plaintext
Raw Normal View History

--- Game.h.orig Tue Nov 30 19:56:38 1999
+++ Game.h Tue Nov 30 19:57:12 1999
@@ -4,7 +4,7 @@
#include "objects.h"
class Game {
- unsigned state;
+ int state;
int efficiency;
public:
unsigned score, level, iteration;