VarAction2: Remove trivially redundant special stores

This commit is contained in:
Jonathan G Rennison
2022-08-23 18:37:28 +01:00
parent d9aa2d6138
commit 4fd8634ff9
2 changed files with 23 additions and 0 deletions

View File

@@ -237,6 +237,8 @@ struct VarAction2OptimiseState {
bool check_expensive_vars = false;
bool enable_dse = false;
uint default_variable_version = 0;
uint32 special_register_store_values[16];
uint16 special_register_store_mask = 0;
inline VarAction2GroupVariableTracking *GetVarTracking(DeterministicSpriteGroup *group)
{