Increased max lag compensation to 1s

This commit is contained in:
MysterD 2023-04-13 22:23:56 -07:00
parent 816f595fcc
commit 9608796c44
1 changed files with 1 additions and 1 deletions

View File

@ -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;