audio.c: use xm_repeat on play reenty
This commit is contained in:
		@@ -154,8 +154,7 @@ static void repeat_audio(struct audio_channel *channel) {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    case audio_file_type_xm: {
 | 
					    case audio_file_type_xm: {
 | 
				
			||||||
        /* TODO: test */
 | 
					        xm_restart(channel->context.xm.handle);
 | 
				
			||||||
        xm_seek(channel->context.xm.handle, 0, 0, 0);
 | 
					 | 
				
			||||||
        break;
 | 
					        break;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user