X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=player_replay.h;h=d6e229372da30654926756111a22f8378bd2ce7b;hb=81099ee81c1a09ead474333101408b7b8a4a94fc;hp=db694843be362e74cc1e7fee61166aaa15edb129;hpb=8cb5eb6b0e5ef1c0506920fee2c73c4339ebdadc;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/player_replay.h b/player_replay.h index db69484..d6e2293 100644 --- a/player_replay.h +++ b/player_replay.h @@ -93,6 +93,7 @@ struct replay_globals vg_camera replay_freecam; bool use_freecam; + bool show_ui; v3f freecam_v, freecam_w; i32 editor_mode; @@ -100,8 +101,6 @@ struct replay_globals replay_keyframe keyframes[32]; u32 keyframe_count; i32 active_keyframe; - - bool drag_wait; } extern player_replay;