aboutsummaryrefslogtreecommitdiff
path: root/Source/Sfx.c
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Sfx.c')
-rw-r--r--Source/Sfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Sfx.c b/Source/Sfx.c
index 260c7a5..1c1a8dc 100644
--- a/Source/Sfx.c
+++ b/Source/Sfx.c
@@ -28,7 +28,7 @@ void SfxPlaySound(SsVag * sound)
SsPlayVag(sound, sound->cur_voice, MAX_VOLUME, MAX_VOLUME);
}
-bool SfxUploadSound(char * file_path, SsVag * vag)
+bool SfxUploadSound(char* file_path, SsVag * vag)
{
if(SystemLoadFile(file_path) == false)
{