From fa7a01593ab72e16502f9b1ca5d5767416fffb3c Mon Sep 17 00:00:00 2001 From: "JASON-6700K\\jandersen" Date: Thu, 11 May 2023 11:43:15 -0400 Subject: [PATCH] fix up type o in comments --- source/c2_file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/c2_file.cpp b/source/c2_file.cpp index 11060d2..63c91d0 100644 --- a/source/c2_file.cpp +++ b/source/c2_file.cpp @@ -250,7 +250,7 @@ void C2File::ApplyThrottle(int ThrottleSize, int CellSizeX, int CellSizeY) deltaSize--; } - // go to next indix in the cell, for the next time we process the cell + // go to next index in the cell, for the next time we process the cell subIndex++; if (subIndex >= bytesPerCell) {