From adf929fef5022c0b6583e9fc6fde559c71ab0fad Mon Sep 17 00:00:00 2001 From: Darkvater Date: Fri, 6 May 2005 16:13:44 +0000 Subject: (svn r2274) - Codechange: some comments, parentheses and EngineID typedef for engine_type --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index afd37d4f9..71939cfd8 100644 --- a/variables.h +++ b/variables.h @@ -9,6 +9,7 @@ #endif typedef uint16 UnitID; //! All unitnumber stuff is of this type (or anyway, should be) +typedef uint16 EngineID; //! All enginenumbers should be of this type // Prices and also the fractional part. VARDEF Prices _price; -- cgit v1.2.3-54-g00ecf