nope, it's the location where I have the sounds located.
adding a semicolon to the end doesn't change this.
Placing the files in the subfolder and commenting out the line #define PRAGMA_PATH "resources\sounds" displays the error
MAIN.C (): Sound/Music Gun_Pistol_Reload.ogg not found as expected.
This is a second error that's hopefully somehow tied to the first one.
(BUG 1)
Having all the files in the work directory (not using any sub directories) play in v8.03
Having all the files in the work directory (not using any sub directories) don't play in v8.10 though do delay as if they are playing but muted.
(BUG 2)
Having a file located in a sub directory and created at runtime with snd_create is created in v8.03
Having a file located in a sub directory and created at runtime with snd_create is not created in v8.10
Hopefully that clarifies exactly where I'm at with it at the moment.
