- Timestamp:
- 08/28/11 07:57:09 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Object/Object.cpp
r10037 r10123 281 281 } 282 282 283 if (m_ObjectSettings.GetPlayerID() > numPlayers) 283 // The control may not have entries yet 284 if (m_ObjectSettings.GetPlayerID() >= GetCount()) 284 285 { 285 286 // Invalid player 286 SetSelection((long) numPlayers);287 SetSelection((long)GetCount()-1); 287 288 } 288 289 else
Note:
See TracChangeset
for help on using the changeset viewer.
