1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Disable opening cheats window in MP

When connecting to a server, also reset cheats.

This should fix #2811
This commit is contained in:
Michał Janiszewski
2016-01-25 15:29:31 +01:00
parent 6a3d199944
commit dd37ca05c3
4 changed files with 14 additions and 0 deletions

View File

@@ -2308,6 +2308,8 @@ enum {
STR_NEW_GAME = 5715,
STR_NOT_ALLOWED_IN_MULTIPLAYER = 5716,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};