File tree Expand file tree Collapse file tree 6 files changed +218
-70
lines changed Expand file tree Collapse file tree 6 files changed +218
-70
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ extern "C"
3434 typedef uint64_t uint64 ;
3535 typedef int64_t sint64 ;
3636
37- static const uint32 UW_VERSION = 32 ;
37+ static const uint32 UW_VERSION = 33 ;
3838 static const uint32 UW_GameTicksPerSecond = 20 ;
3939
4040 typedef struct UwIds
Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ extern "C"
3939 typedef struct UwMapStartingPosition
4040 {
4141 uint32 position ;
42+ uint32 minForces ;
43+ uint32 maxForces ;
4244 } UwMapStartingPosition ;
4345 typedef struct UwMapStartingPositionsArray
4446 {
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ public partial class Entity
1111
1212 public bool Destroyed = false ;
1313
14+ public bool Fresh = true ;
15+
1416 public Entity ( uint id ) { Id = id ; }
1517
1618 public uint Pos => Position . HasValue ? Position . Value . position : Invalid ;
You can’t perform that action at this time.
0 commit comments