mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
fix uninitialized member vars everywhere
also fix a spelling error of 'forground' in the graphics class buffer
This commit is contained in:
@@ -19,6 +19,7 @@ binaryBlob::binaryBlob()
|
||||
m_headers[i].name[j] = '\0';
|
||||
}
|
||||
}
|
||||
::memset(m_headers, 0, 128 * sizeof(resourceheader));
|
||||
}
|
||||
|
||||
#ifdef VVV_COMPILEMUSIC
|
||||
|
||||
Reference in New Issue
Block a user