aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-11-15 00:59:31 -0500
committerTeddy Wing2014-11-15 00:59:31 -0500
commit6792d0bb7b98e19d0b5be316ff91175358e8203f (patch)
tree553a277f9472f55fb9010b39e8b27e7ad3f818fd
parent503562fe5d02724f21a2636e40225a816d3b6cd7 (diff)
downloadauditory.vim-6792d0bb7b98e19d0b5be316ff91175358e8203f.tar.bz2
autoload/auditory.vim: Update Cantina pathNew-Sounds
Cantina sound files are now in the Resources/Songs/ directory.
-rw-r--r--autoload/auditory.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/auditory.vim b/autoload/auditory.vim
index 9fa297e..9b96c98 100644
--- a/autoload/auditory.vim
+++ b/autoload/auditory.vim
@@ -144,7 +144,7 @@ let s:cantina = [
\ 'Cantina_16.4.wav'
\ ]
function! s:GalaxyFarFarAway()
- call auditory#Play('/Resources/Cantina/' . s:cantina[s:galaxy_far_far_away_index])
+ call auditory#Play('/Resources/Songs/Cantina/' . s:cantina[s:galaxy_far_far_away_index])
let s:galaxy_far_far_away_index += 1