So something's happening six seconds after a sound is played. I've noticed when I quit the game after some sound has played I get this on the command line:
Code: Select all
AL lib: ALc.c:1818: alcCloseDevice(): deleting 1 Buffer(s)
I noticed a couple of other weird things when I ran it in Windows. The framerate was terrible, and the bat showed up as a white rectangle rather than the nice bat graphic. Could that be a power of two thing? The dimensions of the image are powers of two, but it's not square. Does that matter?