Changeset 709 for trunk/LocalPlayer/Term.pas
- Timestamp:
- Aug 21, 2025, 11:37:30 PM (5 hours ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalPlayer/Term.pas
r704 r709 2928 2928 InitTurn(NewPlayer); 2929 2929 DipMem[Me].pContact := -1; 2930 (* if (Me =0) and (MyRO.Alive and (1 shl Me)=0)} then2930 (* if (Me = 0) and (MyRO.Alive and (1 shl Me) = 0)} then 2931 2931 begin 2932 if SimpleQuery(Phrases.Lookup('RESIGN')) =mrIgnore then2933 Server(sResign, Me,0,nil^)2934 else Server(sBreak, Me,0,nil^)2932 if SimpleQuery(Phrases.Lookup('RESIGN')) = mrIgnore then 2933 Server(sResign, Me, 0, nil^) 2934 else Server(sBreak, Me, 0, nil^) 2935 2935 end 2936 2936 else Play('TURNSTART'); *)
Note:
See TracChangeset
for help on using the changeset viewer.