-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix horses making engine sounds. (#34287)
* Remove commented out code. * Fix generating engine noise: - Combine the two arrays into one. The can't be changed independently anyway (adding more messages than sound levels does not have any effect and less messages will cause UB). - Make the array static (the strings are only marked for translation, but translation happens when they get actually used). - Emit smoke and noise only for combustion engines.
- Loading branch information
1 parent
f119497
commit 832c578
Showing
1 changed file
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters