- moved MIDI format detection and source creation into zmusic project.

This commit is contained in:
Christoph Oelckers 2019-09-29 14:47:10 +02:00
parent 54b994e863
commit 6d7b6fb9fd
7 changed files with 128 additions and 93 deletions

View file

@ -87,6 +87,7 @@ FBaseCVar::FBaseCVar (const char *var_name, uint32_t flags, void (*callback)(FBa
m_Callback = callback;
Flags = 0;
Name = NULL;
inCallback = false;
if (var_name)
{