eliminate state delta history experiment codef

This commit is contained in:
Ryan Fleury
2024-09-10 07:24:33 -07:00
parent baaa853c7f
commit 6534bff5d0
7 changed files with 27 additions and 262 deletions
+2 -3
View File
@@ -797,9 +797,8 @@ entry_point(CmdLine *cmd_line)
tex_init();
geo_init();
fnt_init();
D_StateDeltaHistory *hist = d_state_delta_history_alloc();
d_init(cmd_line, hist);
df_init(d_state_delta_history());
d_init(cmd_line);
df_init();
}
//- rjf: setup initial target from command line args