mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
Remove printout
This commit is contained in:
parent
898d330979
commit
4946f709c3
@ -860,7 +860,6 @@ bool Network::DecodeUpdate(C64Display *display, uint8 *js, MOS6581 *dst)
|
||||
NetworkUpdateSound *snd = (NetworkUpdateSound *)p->data;
|
||||
NetworkUpdateSoundInfo *info = (NetworkUpdateSoundInfo *)snd->info;
|
||||
|
||||
printf("Enqueue sounds: %d\n", snd->n_items);
|
||||
for (unsigned int i = 0; i < snd->n_items; i++)
|
||||
{
|
||||
NetworkUpdateSoundInfo *cur = &info[i];
|
||||
|
Loading…
Reference in New Issue
Block a user