bce974f906
- add patches to fix compilation with GCC 2.95.x; from kwesterback@home.com
12 lines
225 B
Plaintext
12 lines
225 B
Plaintext
--- 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;
|