summaryrefslogtreecommitdiff
path: root/csrc/fortune.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-19 13:16:47 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-19 13:30:42 +0800
commit2238a765662751843a7416cedb31c6c36e27aae5 (patch)
treed736f0353986ae5075909125bbcb478bb75ea3c3 /csrc/fortune.c
parent439d0375604873ecc7ba38d0d88197c035ffe833 (diff)
downloadrich4-2238a765662751843a7416cedb31c6c36e27aae5.tar.xz
hlands, blands rewrite
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[];