Changeset 592 for trunk/LocalPlayer/CityScreen.pas
- Timestamp:
- Aug 10, 2024, 3:40:04 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/CityScreen.pas
r550 r592 1472 1472 IconKind := mikImp; 1473 1473 IconIndex := NewProject and cpIndex; 1474 Gtk2Fix; 1474 1475 ShowModal; 1475 1476 QueryOk := ModalResult = mrOK; … … 1512 1513 (MyCity[cix].Size < 3) and 1513 1514 ((MyModel[NewProject and cpIndex].Kind = mkSlaves) or 1514 (NewProject and cpConscripts <> 0))) then 1515 if SimpleQuery(mkYesNo, Phrases.Lookup('EMIGRATE'), 'MSG_DEFAULT') <> mrOK 1516 then 1517 NewProject := NewProject or cpDisbandCity; 1515 (NewProject and cpConscripts <> 0))) then begin 1516 Gtk2Fix; 1517 if SimpleQuery(mkYesNo, Phrases.Lookup('EMIGRATE'), 'MSG_DEFAULT') <> mrOK then 1518 NewProject := NewProject or cpDisbandCity; 1519 end; 1518 1520 Server(sSetCityProject, Me, cix, NewProject); 1519 1521 C.Project := MyCity[cix].Project;
Note:
See TracChangeset
for help on using the changeset viewer.