equal
deleted
inserted
replaced
116 ExplosionBorderColor: LongWord; |
116 ExplosionBorderColor: LongWord; |
117 WaterOpacity: byte; |
117 WaterOpacity: byte; |
118 SDWaterOpacity: byte; |
118 SDWaterOpacity: byte; |
119 GrayScale: Boolean; |
119 GrayScale: Boolean; |
120 |
120 |
121 // originally from uConsts |
|
122 Pathz: array[TPathType] of shortstring; |
|
123 UserPathz: array[TPathType] of shortstring; |
|
124 CountTexz: array[0..Pred(AMMO_INFINITE)] of PTexture; |
121 CountTexz: array[0..Pred(AMMO_INFINITE)] of PTexture; |
125 LAND_WIDTH : LongInt; |
122 LAND_WIDTH : LongInt; |
126 LAND_HEIGHT : LongInt; |
123 LAND_HEIGHT : LongInt; |
127 LAND_WIDTH_MASK : LongWord; |
124 LAND_WIDTH_MASK : LongWord; |
128 LAND_HEIGHT_MASK : LongWord; |
125 LAND_HEIGHT_MASK : LongWord; |
2584 cFlattenClouds := false; |
2581 cFlattenClouds := false; |
2585 cOnlyStats := False; |
2582 cOnlyStats := False; |
2586 lastVisualGearByUID := nil; |
2583 lastVisualGearByUID := nil; |
2587 lastGearByUID := nil; |
2584 lastGearByUID := nil; |
2588 cReadyDelay := 5000; |
2585 cReadyDelay := 5000; |
2589 Pathz := cPathz; |
|
2590 |
2586 |
2591 {* REFERENCE |
2587 {* REFERENCE |
2592 4096 -> $FFFFF000 |
2588 4096 -> $FFFFF000 |
2593 2048 -> $FFFFF800 |
2589 2048 -> $FFFFF800 |
2594 1024 -> $FFFFFC00 |
2590 1024 -> $FFFFFC00 |