1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-15 10:39:10 +00:00

(svn r2274) - Codechange: some comments, parentheses and EngineID typedef for engine_type

This commit is contained in:
Darkvater
2005-05-06 16:13:44 +00:00
parent 61ca460457
commit adf929fef5
3 changed files with 8 additions and 7 deletions

View File

@@ -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;