- Implementada polifonia en Chirping
- Arreglats un montó de warnings per lo mon
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user