Fix spelling error in comment

This commit is contained in:
Jonathan G Rennison
2022-06-13 17:19:02 +01:00
parent 7bb0de247d
commit 315f12f1e4

View File

@@ -6251,7 +6251,7 @@ static bool TryMergeBoolMulCombineVarAction2Adjust(VarAction2OptimiseState &stat
return false; return false;
} }
/* Returns the number of adjusts to remove: 0: either, 1: current, 2: prev and current */ /* Returns the number of adjusts to remove: 0: neither, 1: current, 2: prev and current */
static uint TryMergeVarAction2AdjustConstantOperations(DeterministicSpriteGroupAdjust &prev, DeterministicSpriteGroupAdjust &current) static uint TryMergeVarAction2AdjustConstantOperations(DeterministicSpriteGroupAdjust &prev, DeterministicSpriteGroupAdjust &current)
{ {
if (prev.type != DSGA_TYPE_NONE || prev.variable != 0x1A || prev.shift_num != 0) return 0; if (prev.type != DSGA_TYPE_NONE || prev.variable != 0x1A || prev.shift_num != 0) return 0;