summaryrefslogtreecommitdiff
path: root/csrc/fortune.c
diff options
context:
space:
mode:
Diffstat (limited to 'csrc/fortune.c')
-rw-r--r--csrc/fortune.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/csrc/fortune.c b/csrc/fortune.c
index 812e840..e90741c 100644
--- a/csrc/fortune.c
+++ b/csrc/fortune.c
@@ -3,6 +3,7 @@
#include "stock.h"
struct housing_land *hlands; // @0x498e84
+struct business_land *blands; // @0x498e88
typedef void (*fortune_call(int));
fortune_call fortune_call_table[];