Update to version 1.0.3

View CHANGELOG for full list of changes
This commit is contained in:
raysan5 2013-12-19 12:08:06 +01:00
parent 134dcd4a6a
commit 5bf9675d38
40 changed files with 472 additions and 149 deletions

View file

@ -24,7 +24,7 @@ int main()
InitAudioDevice(); // Initialize audio device
Sound fx = LoadSound("resources/weird.wav"); // Load WAV audio file
Sound fx = LoadSound("resources/audio/weird.wav"); // Load WAV audio file
//--------------------------------------------------------------------------------------
// Main game loop