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

add last player action to player list

This commit is contained in:
zsilencer
2016-01-23 12:32:02 -07:00
parent ef4fc84634
commit de1fa24e7b
6 changed files with 47 additions and 9 deletions

View File

@@ -2288,7 +2288,9 @@ enum {
STR_ACTION_KICK_PLAYER = 5659,
STR_ACTION_MODIFY_GROUPS = 5660,
STR_ACTION_SET_PLAYER_GROUP = 5661,
STR_ACTION_NA = 5662,
STR_LAST_ACTION = 5704,
STR_CANT_SET_TO_THIS_GROUP = 5705,
STR_CANT_REMOVE_GROUP_THAT_PLAYERS_BELONG_TO = 5706,
STR_THIS_GROUP_CANNOT_BE_MODIFIED = 5707,