Limit visibility of ugly globals.
[open-adventure.git] / actions.c
index 5d1c6a391b6d7426bec7401812ce321e0b9e81aa..d5579159870b7575253a7d6910204fc3f72b9b69 100644 (file)
--- a/actions.c
+++ b/actions.c
@@ -3,6 +3,9 @@
 #include "advent.h"
 #include "database.h"
 
+/* Limit visibility of ugly globals.  Eventually these should go away. */
+extern long K, SPK, WD1, WD1X, WD2, WD2X;
+
 /*
  * Action handlers.  Eventually we'll do lookup through a method table
  * that calls these.  Absolutely nothing like the original FORTRAN.