1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 22:34:33 +01:00

Added toggle for audio disable on focus lost

This closes #1758
This commit is contained in:
medsouz
2015-08-11 07:06:00 -04:00
parent 6caa48d3c3
commit db9ea4cdf3
6 changed files with 27 additions and 14 deletions

View File

@@ -2025,6 +2025,8 @@ enum {
STR_TRACKED_GUESTS_ONLY_TIP = 5489,
STR_AUDIO_FOCUS = 5490,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};