(svn r241) -Fix: Trailing spaces :O

This commit is contained in:
darkvater
2004-09-13 23:43:54 +00:00
parent bb2f8d8d1a
commit 72457bac0d
6 changed files with 6 additions and 7 deletions

2
ttd.h
View File

@@ -484,7 +484,7 @@ enum SpecialStrings {
SPECSTR_TOWNNAME_HUNGARIAN,
SPECSTR_TOWNNAME_AUSTRIAN,
SPECSTR_TOWNNAME_ROMANIAN,
SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ROMANIAN,
SPECSTR_TOWNNAME_LAST = SPECSTR_TOWNNAME_ROMANIAN,
// special strings for player names on the form "TownName transport".
SPECSTR_PLAYERNAME_START = 0x70EA,