Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 24, 2018, 1:08:11 AM (6 years ago)
Author:
landauf
Message:

fixed some config values; removed unused layout; renamed some background windows; removed unknown property

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8_ogre1.9/data/gui/scripts/SingleplayerConfigMenu.lua

    r11799 r11801  
    4646    table.insert(P.commandList, "LastTeamStanding bNoPunishment")
    4747    table.insert(P.commandList, "LastTeamStanding bHardPunishment")
    48     table.insert(P.commandList, "TeamDeathmatch teams_")
     48    table.insert(P.commandList, "TeamGametype teams_")
    4949    table.insert(P.commandList, "UnderAttack gameTime_")
    5050
     
    6464    table.insert(P.nameList, "LastTeamStanding: no punishment")
    6565    table.insert(P.nameList, "LastTeamStanding: hard punishment")
    66     table.insert(P.nameList, "TeamDeathmatch: Number of teams")
     66    table.insert(P.nameList, "TeamGametype: Number of teams")
    6767    table.insert(P.nameList, "UnderAttack: game time")
    6868
Note: See TracChangeset for help on using the changeset viewer.