[colobot] 29/145: Fixed compilation with disabled sound support, closes #748
    Didier Raboud 
    odyx at moszumanska.debian.org
       
    Mon Jul 11 12:56:14 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
odyx pushed a commit to branch debian/master
in repository colobot.
commit 39b364fa778f049c798b97d12967e4e1cab88c30
Author: krzys-h <krzys_h at interia.pl>
Date:   Wed Mar 30 22:22:22 2016 +0200
    Fixed compilation with disabled sound support, closes #748
---
 src/app/app.cpp | 1 +
 1 file changed, 1 insertion(+)
diff --git a/src/app/app.cpp b/src/app/app.cpp
index 19a4830..4a50921 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -42,6 +42,7 @@
 
 #include "object/object_manager.h"
 
+#include "sound/sound.h"
 #ifdef OPENAL_SOUND
     #include "sound/oalsound/alsound.h"
 #endif
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/colobot.git
    
    
More information about the Pkg-games-commits
mailing list