mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
oops, uninitialized variable
This commit is contained in:
parent
93b01bdf25
commit
62c3d7cefb
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ I_OGGMus_Play (int track, qboolean looping)
|
|||
{
|
||||
plitem_t *trackmap = NULL;
|
||||
dstring_t *trackstring = dstring_new ();
|
||||
wavinfo_t *info;
|
||||
wavinfo_t *info = 0;
|
||||
|
||||
Sys_DPrintf ("Entering I_OGGMus_Play\n");
|
||||
/* alrighty. grab the list, map track to filename. grab filename from data
|
||||
|
|
Loading…
Reference in a new issue