Loading

Revision differences

Old revision #pllqjeyt8New revision #pb6cuve2a
12this->selected_slot != OWNER_DEITY // it's an AI slot, check IsValidAiID  12this->selected_slot != OWNER_DEITY // it's an AI slot, check IsValidAiID  
13this->selected_slot == OWNER_DEITY // it's a GS slot, and thus, display the "Settings" button  13this->selected_slot == OWNER_DEITY // it's a GS slot, and thus, display the "Settings" button  
14  14  
15/* Check for orange and red AI slots  15/* Check for orange and red AI slots */
16Company::IsValidAiID(selected_slot) = false // AI slot is orange, and thus, "Configure"  16Company::IsValidAiID(selected_slot) = false // AI slot is orange, and thus, "Configure"  
17Company::IsValidAiID(selected_slot) = true  // AI slot is either red or green, check IsDead  17Company::IsValidAiID(selected_slot) = true  // AI slot is either red or green, check IsDead  
18  18