dungeon_crawler

diff prototype/src/audio/audio.cc @ 51:d57df51f6b50

- fixed audio panning (listener direction) - particles had no fog - sound sources were not destroyed properly
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 18 Sep 2012 09:40:56 +0300
parents c40efa9cf844
children
line diff
     1.1 --- a/prototype/src/audio/audio.cc	Tue Sep 18 04:45:46 2012 +0300
     1.2 +++ b/prototype/src/audio/audio.cc	Tue Sep 18 09:40:56 2012 +0300
     1.3 @@ -44,7 +44,7 @@
     1.4  
     1.5  	orient[0] = xform[0][2];
     1.6  	orient[1] = xform[1][2];
     1.7 -	orient[2] = xform[2][2];
     1.8 +	orient[2] = -xform[2][2];
     1.9  
    1.10  	orient[3] = xform[0][1];
    1.11  	orient[4] = xform[1][1];