summaryrefslogtreecommitdiff
path: root/src/newgrf.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-08-20 10:23:39 +0000
committerrubidium <rubidium@openttd.org>2009-08-20 10:23:39 +0000
commit7fb95e2c2b2f84ecf9b5d5d2f02b147d1ad7cb3d (patch)
treefeb24d4a4f522305f7df61aaf26c499eb38c6b6c /src/newgrf.cpp
parent0188ebad5649d4c698245a2fef9039e6155b5f22 (diff)
downloadopenttd-7fb95e2c2b2f84ecf9b5d5d2f02b147d1ad7cb3d.tar.xz
(svn r17228) -Codechange: some coding style fixes
Diffstat (limited to 'src/newgrf.cpp')
-rw-r--r--src/newgrf.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/newgrf.cpp b/src/newgrf.cpp
index 4d1f16031..76e2b689f 100644
--- a/src/newgrf.cpp
+++ b/src/newgrf.cpp
@@ -3397,10 +3397,10 @@ static void FeatureNewName(byte *buf, size_t len)
* B veh-type see action 0 (as 00..07, + 0A
* But IF veh-type = 48, then generic text
* B language-id If bit 6 is set, This is the extended language scheme,
- with up to 64 language.
- Otherwise, it is a mapping where set bits have meaning
- 0 = american, 1 = english, 2 = german, 3 = french, 4 = spanish
- Bit 7 set means this is a generic text, not a vehicle one (or else)
+ * with up to 64 language.
+ * Otherwise, it is a mapping where set bits have meaning
+ * 0 = american, 1 = english, 2 = german, 3 = french, 4 = spanish
+ * Bit 7 set means this is a generic text, not a vehicle one (or else)
* B num-veh number of vehicles which are getting a new name
* B/W offset number of the first vehicle that gets a new name
* Byte : ID of vehicle to change