All global state coming from g_state now
This commit is contained in:
@@ -9,6 +9,7 @@ struct GlobalState *global_state_create(void)
|
||||
{
|
||||
struct GlobalState *state = malloc( sizeof( struct GlobalState ));
|
||||
memset( state, 0, sizeof( struct GlobalState ));
|
||||
state->msSwimStrength = MIN_SWIM_STRENGTH;
|
||||
return state;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user