Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9376


Ignore:
Timestamp:
Sep 8, 2012, 12:09:38 AM (12 years ago)
Author:
jo
Message:

I added the new configValue from TeamDeathmatch to the Miscellaneous menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/release2012/data/gui/scripts/MiscConfigMenu.lua

    r9016 r9376  
    3333    table.insert(P.commandList, "UnderAttack gameTime_")
    3434    table.insert(P.commandList, "TeamDeathmatch teams_")
     35    table.insert(P.commandList, "TeamDeathmatch maxScore_")
    3536    table.insert(P.commandList, "HumanPlayer nick_")
    3637    table.insert(P.commandList, "ChatOverlay displayTime_")
     
    3839    table.insert(P.commandList, "HUDNavigation MarkerLimit_")
    3940    table.insert(P.commandList, "HUDNavigation showDistance")
     41
    4042
    4143    P.nameList = {}
     
    5557    table.insert(P.nameList, "UnderAttack: game time")
    5658    table.insert(P.nameList, "TeamDeathmatch: Number of teams")
     59    table.insert(P.nameList, "TeamDeathmatch: Score needed to end the game")
    5760    table.insert(P.nameList, "Playername")
    5861    table.insert(P.nameList, "Chat: display time")
    5962    table.insert(P.nameList, "Developer's Mode")
    6063    table.insert(P.nameList, "Marker Limit")
    61     table.insert(P.nameList, "Show Distance next to cursor")
     64
    6265
    6366    P.linesList = {}
Note: See TracChangeset for help on using the changeset viewer.