Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9970 for code/trunk


Ignore:
Timestamp:
Jan 4, 2014, 2:15:23 PM (10 years ago)
Author:
jo
Message:

Adjusting the Miscellaneaus menu to turn off the auto-end feature.

File:
1 edited

Legend:

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

    r9941 r9970  
    3030    table.insert(P.commandList, "Gametype initialStartCountdown_")
    3131    table.insert(P.commandList, "Gametype bAutoStart_")
     32    table.insert(P.commandList, "Gametype bAutoEnd_")
    3233    table.insert(P.commandList, "Gametype numberOfBots_")
    3334    table.insert(P.commandList, "UnderAttack gameTime_")
     
    5455    table.insert(P.nameList, "Start countdown")
    5556    table.insert(P.nameList, "Autostart")
     57    table.insert(P.nameList, "Autoend")
    5658    table.insert(P.nameList, "Number of Bots")
    5759    table.insert(P.nameList, "UnderAttack: game time")
Note: See TracChangeset for help on using the changeset viewer.