From 1244505327009142c80140e44c86138f4fd6ae07 Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Tue, 6 Jun 2017 06:52:46 +0200 Subject: * Implemented aircraft collision. But it would not detect collision in some cases. * Remove unneeded whitespace character on pointer variables (unary operators should not have any whitespaces). * SelectedAircraft index now increases or decreases automatically on aircraft added/removed. * Started writing Plt generation routines. Still a lot of work TODO. --- Source/Sfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Sfx.h') diff --git a/Source/Sfx.h b/Source/Sfx.h index 1e5025b..f687353 100644 --- a/Source/Sfx.h +++ b/Source/Sfx.h @@ -30,7 +30,7 @@ typedef enum t_musicTracks * *************************************/ void SfxPlaySound(SsVag * sound); -bool SfxUploadSound(char * file_path, SsVag * vag); +bool SfxUploadSound(char* file_path, SsVag * vag); void SfxPlayTrack(MUSIC_TRACKS track); void SfxStopMusic(void); -- cgit v1.2.3