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

Add option to trap mouse cursor

This commit is contained in:
Rune Laenen
2015-10-02 16:13:36 +02:00
committed by Linus Unnebäck
parent ed8e6afb6f
commit 1a4ebcc0f7
6 changed files with 42 additions and 14 deletions

View File

@@ -2180,6 +2180,8 @@ enum {
STR_SHOW_FPS = 5581,
STR_TRAP_MOUSE = 5582,
// Have to include resource strings (from scenarios and objects) for the time being now that language is partially working
STR_COUNT = 32768
};