- Implementada polifonia en Chirping

- Arreglats un montó de warnings per lo mon
This commit is contained in:
2023-01-09 17:02:04 +01:00
parent bfcd7e62cf
commit c7dcf8bb8e
8 changed files with 106 additions and 150 deletions

View File

@@ -86,7 +86,7 @@ FILE *file_getfilepointer(const char *resourcename, int& filesize, const bool bi
if (file_source==SOURCE_FILE) {
bool found = false;
int count = 0;
uint32_t count = 0;
while( !found && count < data_file->header.num_files ) {
found = ( strcmp( resourcename, data_file->index.file_info[count].name ) == 0 );
if( !found ) count++;