mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Ifdef numberofHeaders out if not compiling music
This variable is only used when compiling music. Since it doesn't actually keep track of the number of headers otherwise, ifdef it behind VVV_COMPILEMUSIC.
This commit is contained in:
@@ -12,7 +12,9 @@
|
||||
|
||||
binaryBlob::binaryBlob(void)
|
||||
{
|
||||
#ifdef VVV_COMPILEMUSIC
|
||||
numberofHeaders = 0;
|
||||
#endif
|
||||
SDL_zeroa(m_headers);
|
||||
SDL_zeroa(m_memblocks);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user