chiark / gitweb /
Buttload of hacking.
[newkind] / elite.c
diff --git a/elite.c b/elite.c
index e4169377211ceac8221360c750736ea309a20984..3ced73772dc2560ec12c05ac5f50f897f62db03f 100644 (file)
--- a/elite.c
+++ b/elite.c
@@ -60,7 +60,11 @@ int energy;
 int laser_temp;
 int detonate_bomb;
 int auto_pilot;
 int laser_temp;
 int detonate_bomb;
 int auto_pilot;
+int prefer_window;
+int condition_x, condition_y, condition_r;
+int zoom_x, zoom_y;
 
 
+int condition = COND_DOCKED;
 
 struct commander saved_cmdr =
 {
 
 struct commander saved_cmdr =
 {