Repositories
/
curblaster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8dec03
)
Messing around with paths.
author
limb
<limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Wed, 27 May 2009 20:24:59 +0000
(20:24 +0000)
committer
limb
<limb@bc5cbbab-a4ec-0310-bb52-ff3d296db539>
Wed, 27 May 2009 20:24:59 +0000
(20:24 +0000)
git-svn-id: svn+ssh://svn/var/repos/curfender@802
bc5cbbab
-a4ec-0310-bb52-
ff3d296db539
main.cpp
patch
|
blob
|
blame
|
history
diff --git
a/main.cpp
b/main.cpp
index
c68fd55
..
b91d1bd
100644
(file)
--- a/
main.cpp
+++ b/
main.cpp
@@
-1234,7
+1234,7
@@
int main(){
printf("Unable to open audio!\n");
exit(1);
}
-
+
shotsound = Mix_LoadWAV("shot.ogg");
boomsound = Mix_LoadWAV("boom.ogg");
} else {