From 966e2738b9c97bb44276ec90ebfa4a202d67d715 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 18 Jun 2007 10:48:15 +0000 Subject: (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. --- src/openttd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index 69df7c271..6969f1c23 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -67,6 +67,7 @@ typedef uint16 SignID; typedef uint16 GroupID; typedef uint16 EngineRenewID; typedef uint16 DestinationID; +typedef int32 CommandCost; /* DestinationID must be at least as large as every these below, because it can * be any of them -- cgit v1.2.3-54-g00ecf