whitespaces and remove comments

This commit is contained in:
hackgrid 2023-12-01 00:41:40 +01:00
parent 4a7e95a1ba
commit df979f958f
3 changed files with 2 additions and 3 deletions

View file

@ -12,7 +12,7 @@
struct Chapter {
void* imageData;
short testChamberLevelIndex;
short testChamberDisplayNumber; // chamberNumber
short testChamberDisplayNumber;
};
struct ChapterMenu {

View file

@ -292,7 +292,6 @@ int savefileOldestSlot() {
}
void savefileMarkChapterProgress(int levelIndex) {
//int chamberNumer = getChamberDisplayNumberFromLevelIndex(levelIndex);//todo correct?
if (levelIndex > gSaveData.header.chapterProgressLevelIndex) {
gSaveData.header.chapterProgressLevelIndex = levelIndex;
savefileSave();