Increased max lag compensation to 1s
This commit is contained in:
parent
816f595fcc
commit
9608796c44
|
@ -6,7 +6,7 @@
|
|||
#include "behavior_table.h"
|
||||
#include "model_ids.h"
|
||||
|
||||
#define MAX_LOCAL_STATE_HISTORY 20
|
||||
#define MAX_LOCAL_STATE_HISTORY 30
|
||||
struct StateHistory {
|
||||
struct MarioState m;
|
||||
struct Object marioObj;
|
||||
|
|
Loading…
Reference in New Issue