1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Require a restart after changing hardware rendering setting, decouple setting from active status

This commit is contained in:
Jonathan Haas
2015-10-07 20:30:50 +02:00
parent 7e753afe52
commit 475466dcd9
5 changed files with 28 additions and 5 deletions

View File

@@ -2143,6 +2143,9 @@ enum {
STR_KICK_PLAYER = 5556,
STR_STAY_CONNECTED_AFTER_DESYNC = 5557,
STR_RESTART_REQUIRED = 5558,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};