equal
deleted
inserted
replaced
61 gsStart: |
61 gsStart: |
62 begin |
62 begin |
63 SetDefaultBinds; |
63 SetDefaultBinds; |
64 if HasBorder then |
64 if HasBorder then |
65 DisableSomeWeapons; |
65 DisableSomeWeapons; |
66 AddClouds; |
66 // wave "clouds" on underwater theme look weird w/ weSea, esp the blended bottom portion |
|
67 if (WorldEdge <> weSea) or (Theme <> 'Underwater') then |
|
68 AddClouds; |
67 AddFlakes; |
69 AddFlakes; |
68 SetRandomSeed(cSeed, false); |
70 SetRandomSeed(cSeed, false); |
69 AssignHHCoords; |
71 AssignHHCoords; |
70 AddMiscGears; |
72 AddMiscGears; |
71 StoreLoad(false); |
73 StoreLoad(false); |