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) {