Changeset 328 for trunk/GameServer.pas
- Timestamp:
- Mar 25, 2021, 3:02:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GameServer.pas
r326 r328 788 788 789 789 GTurn := 0; 790 for i := 0 to 27do790 for i := 0 to nWonder - 1 do 791 791 with GWonder[i] do 792 792 begin … … 4212 4212 else if built[NewProject and cpIndex] > 0 then 4213 4213 result := eInvalid 4214 else if (NewProject and cpIndex < 28) and4214 else if (NewProject and cpIndex < nWonder) and 4215 4215 (GWonder[NewProject and cpIndex].CityID <> WonderNotBuiltYet) then 4216 4216 result := eViolation // wonder already exists
Note:
See TracChangeset
for help on using the changeset viewer.