Loading

Revision differences

Old revision #p2bqmlcmaNew revision #pcjfb5zge
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 */
16IsValidAiID = false // AI slot is orange, and thus, "Configure"  16IsValidAiID = false // AI slot is orange, and thus, "Configure"  
17IsValidAiID = true  // AI slot is either red or green, check IsDead  17IsValidAiID = true  // AI slot is either red or green, check IsDead  
18  18