Changeset 1487 for trunk/dll/command.c


Ignore:
Timestamp:
Dec 17, 2009, 5:25:11 PM (16 years ago)
Author:
Gregg Young
Message:

Fixed potential problem with adding duplicate command IDs in new command code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/command.c

    r1486 r1487  
    512512      if (!UsedCommandIDs[x]) {
    513513        info->ID = IDM_COMMANDSTART + x;
     514        UsedCommandIDs[x] = TRUE;
    514515        break;
    515516      }
Note: See TracChangeset for help on using the changeset viewer.