From ed8c9c91d66f593dc3fae5cef4469ded311f6d75 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 30 Sep 2005 20:37:25 +0000 Subject: (svn r3001) s/Player*/const Player*/ s/byte/PlayerID/ s/int/PlayerID/ and related changes --- station.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'station.h') diff --git a/station.h b/station.h index 15989193f..837031399 100644 --- a/station.h +++ b/station.h @@ -63,7 +63,7 @@ struct Station { byte time_since_load; byte time_since_unload; byte delete_ctr; - byte owner; + PlayerID owner; byte facilities; byte airport_type; -- cgit v1.2.3-54-g00ecf