X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fscreens.c;h=9b2a6ef91dd7e6d445b804002f4257c11f783f2b;hb=f47e4a3f4d332ee697fd638d7cbfc0c6d3e2c345;hp=0d162f25ad657553682f4caef1220b34abab48f8;hpb=93926b59ca45db5bb31f63e08d7ee729745e0306;p=rocksndiamonds.git diff --git a/src/screens.c b/src/screens.c index 0d162f25..9b2a6ef9 100644 --- a/src/screens.c +++ b/src/screens.c @@ -4019,6 +4019,13 @@ static void execSetupSound() static void execSetupArtwork() { +#if 0 + printf("::: '%s', '%s', '%s'\n", + artwork.gfx_current->subdir, + artwork.gfx_current->fullpath, + artwork.gfx_current->basepath); +#endif + setup.graphics_set = artwork.gfx_current->identifier; setup.sounds_set = artwork.snd_current->identifier; setup.music_set = artwork.mus_current->identifier;