This commit is contained in:
Tuff-CWC 2026-03-09 20:04:25 +01:00
parent 35862f3556
commit 402e918f20
2 changed files with 2 additions and 2 deletions

View file

@ -635,7 +635,7 @@ void ConsoleSchematicFile::generateSchematicFile(DataOutputStream *dos, Level *l
} }
#ifndef _CONTENT_PACKAGE #ifndef _CONTENT_PACKAGE
if(p!=blockCount) return 0; if(p!=blockCount) return;
#endif #endif
// We don't know how this will compress - just make a fixed length buffer to initially decompress into // We don't know how this will compress - just make a fixed length buffer to initially decompress into

View file

@ -390,7 +390,7 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId)
break; break;
#endif #endif
default: return 0; default: return;
} }
bool confirmUser = false; bool confirmUser = false;