From 3b798599b63067c2e92aa49906ea66a07ae8de44 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Sep 2008 20:39:50 +0000 Subject: (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. --- src/newgrf_callbacks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/newgrf_callbacks.h') diff --git a/src/newgrf_callbacks.h b/src/newgrf_callbacks.h index 2bae20e0e..d8e1cf8cd 100644 --- a/src/newgrf_callbacks.h +++ b/src/newgrf_callbacks.h @@ -127,7 +127,7 @@ enum CallbackID { /** Called to determine the type (if any) of foundation to draw for industry tile. */ CBID_INDUSTRY_DRAW_FOUNDATIONS = 0x30, // 15 bit callback - /** Called when the player (or AI) tries to start or stop a vehicle. Mainly + /** Called when the company (or AI) tries to start or stop a vehicle. Mainly * used for preventing a vehicle from leaving the depot. */ CBID_VEHICLE_START_STOP_CHECK = 0x31, // 15 bit callback, but 0xFF test is done with 8 bit -- cgit v1.2.3-54-g00ecf