Changes between Version 3 and Version 4 of Ticket #1834, comment 9


Ignore:
Timestamp:
Feb 14, 2013, 11:36:09 AM (11 years ago)
Author:
FeXoR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1834, comment 9

    v3 v4  
    1 Found typo in gamesetup.js (always referring to the lone in the patched version) line 468: "by map size"
     1Found typo in gamesetup.js line 468: "by map size" (always referring to the line in the patched version)
    22
    33To line 147: `players[0]` is not so bad. Changing `DEFAULT_NUM_PLAYERS_RMS` to 2 and line 143 to `i = 2` will work without additionally changing line 147. This would set the default minimum number of players to 2 in RMS. IMO assuming less in code is not a bad idea.