diff examples/example-sound.c @ 134:197374e9f0b2

cmake: prefix assets with their directory
author David Demelier <markand@malikania.fr>
date Sun, 11 Oct 2020 14:54:27 +0200
parents d59efa737fcc
children eadfed7674ac
line wrap: on
line diff
--- a/examples/example-sound.c	Sun Oct 11 14:41:31 2020 +0200
+++ b/examples/example-sound.c	Sun Oct 11 14:54:27 2020 +0200
@@ -51,7 +51,7 @@
 	    !theme_init())
 		panic();
 
-	if (!sound_openmem(&sound, vabsounds_romance, sizeof (vabsounds_romance)))
+	if (!sound_openmem(&sound, sounds_vabsounds_romance, sizeof (sounds_vabsounds_romance)))
 		panic();
 }