From 81e5b16d7178f0ee5584201cb2f6c8e36742354f Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 13 Nov 2005 13:43:55 +0000 Subject: (svn r3172) static, const --- industry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'industry.h') diff --git a/industry.h b/industry.h index 0e2fb5876..ef2ec6f38 100644 --- a/industry.h +++ b/industry.h @@ -9,7 +9,7 @@ struct Industry { TileIndex xy; byte width; /* swapped order of w/h with town */ byte height; - Town *town; + const Town* town; byte produced_cargo[2]; uint16 cargo_waiting[2]; byte production_rate[2]; -- cgit v1.2.3-54-g00ecf