mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-05-31 00:51:21 +00:00
- moved MIDI format detection and source creation into zmusic project.
This commit is contained in:
parent
54b994e863
commit
6d7b6fb9fd
7 changed files with 128 additions and 93 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue