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


Ignore:
Timestamp:
Feb 14, 2013, 11:24:37 AM (11 years ago)
Author:
FeXoR

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1834, comment 9

    v2 v3  
    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.
    44
    5 Line 1163 and 1165 might be â bit hard to read ^^
     5Line 1163 and 1165 is at least hard to read...