Many new settings to support the new state machine functionality.
This commit is contained in:
parent
908bdbba35
commit
47822bbdec
11 changed files with 84 additions and 21 deletions
|
@ -23,7 +23,8 @@
|
|||
|
||||
KTag_Game_Data_T KTAG_Game_Data =
|
||||
{
|
||||
.My_Health = MAX_HEALTH,
|
||||
.My_Health = 0,
|
||||
.Max_Health = 0,
|
||||
.My_Weapon = TEST_PATTERN_ID,
|
||||
.My_Shield_Strength = 100,
|
||||
.Time_Remaining_in_Game_in_ms = UINT32_MAX,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue