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

(svn r1297) Language fixes in the source.. (ln-)

This commit is contained in:
miham
2004-12-29 13:13:29 +00:00
parent 14dfb539b0
commit 57852f6498
18 changed files with 32 additions and 32 deletions

2
unix.c
View File

@@ -372,7 +372,7 @@ const DriverDesc _music_driver_descs[] = {
Not needed for *nix. */
byte GetOSVersion()
{
return 2; // any arbitrary number bigger then 0
return 2; // any arbitrary number bigger than 0
// numbers lower than 2 breaks default music selection on mac
}