]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.cpp
Cleanup sound loading
[lugaru.git] / Source / Person.cpp
index dac3b59373087400aed546f5365be22813162ea3..b9e61813b4c34900d6da5d67fc3922efca118018 100644 (file)
@@ -23,9 +23,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include "Person.h"
 #include "openal_wrapper.h"
 #include "Animation.h"
+#include "Sounds.h"
 
 extern float multiplier;
-extern OPENAL_SAMPLE   *samp[100];
 extern int channels[100];
 extern Terrain terrain;
 extern float gravity;