try absolute-path on space-invaders to appease openal

db4
Doug Coleman 2009-10-28 17:33:02 -05:00
parent 17f0a5d41a
commit fa0fc7381c
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ CONSTANT: SOUND-WALK4 7
CONSTANT: SOUND-UFO-HIT 8
: init-sound ( index cpu filename -- )
normalize-path swapd [ sounds>> nth AL_BUFFER ] dip
absolte-path swapd [ sounds>> nth AL_BUFFER ] dip
create-buffer-from-wav set-source-param ;
: init-sounds ( cpu -- )