Changeset 11801 for code/branches/cegui0.8_ogre1.9/data/gui/scripts
- Timestamp:
- Feb 24, 2018, 1:08:11 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerConfigMenu.lua
r11799 r11801 46 46 table.insert(P.commandList, "LastTeamStanding bNoPunishment") 47 47 table.insert(P.commandList, "LastTeamStanding bHardPunishment") 48 table.insert(P.commandList, "Team Deathmatchteams_")48 table.insert(P.commandList, "TeamGametype teams_") 49 49 table.insert(P.commandList, "UnderAttack gameTime_") 50 50 … … 64 64 table.insert(P.nameList, "LastTeamStanding: no punishment") 65 65 table.insert(P.nameList, "LastTeamStanding: hard punishment") 66 table.insert(P.nameList, "Team Deathmatch: Number of teams")66 table.insert(P.nameList, "TeamGametype: Number of teams") 67 67 table.insert(P.nameList, "UnderAttack: game time") 68 68
Note: See TracChangeset
for help on using the changeset viewer.