1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-28 08:59:09 +00:00

(svn r513) Merge revisions 402, 416, 417, 478, 479, 511, 512 from map to trunk

This includes 2 fixes
-Fix: [1048596] Monorail and Maglev sounds are swapped (r511)
-Add special case to load the jackhammer sound (r478)
The rest are cleanups und enumeration to make merging possible/easier
This commit is contained in:
tron
2004-11-05 23:12:33 +00:00
parent 8348068f5f
commit d641175e3c
27 changed files with 200 additions and 84 deletions

View File

@@ -3,6 +3,7 @@
#include "viewport.h"
#include "command.h"
#include "town.h"
#include "sound.h"
static int GetRandomTreeType(uint tile, uint seed)
{