Enable trains

This commit is contained in:
Sergeanur
2021-01-08 18:31:50 +02:00
parent e9001207ea
commit bf3135eb41
4 changed files with 12 additions and 54 deletions

View File

@@ -814,4 +814,8 @@ enum eSfxSample
SAMPLEBANK_PED_START = SFX_FOOTSTEP_SAND_4 + 1,
SAMPLEBANK_PED_END = 9940,
SAMPLEBANK_PED_MAX = SAMPLEBANK_PED_END + 1,
// LCS: TODO
SFX_TRAIN_FAR = NO_SAMPLE,
SFX_TRAIN_NEAR = NO_SAMPLE,
};