1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49:10 +00:00

(svn r2585) - Fix [Makefile]: some small cleanups, remove warnings, and add mersenne to makefile (Luca)

This commit is contained in:
Darkvater
2005-07-15 21:28:26 +00:00
parent c496d92c3e
commit 95463428c8
6 changed files with 82 additions and 77 deletions

View File

@@ -983,4 +983,5 @@ void InitializeLanguagePacks(void)
if (!ReadLanguagePack(def))
error("can't read language pack '%s'", dl->ent[def].file);
}
}