TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

Fixed C++11 compilation errors and a crash #72

Closed esper closed 10 years ago

esper commented 10 years ago

I can make two separate pull requests for these two commits if you wish.

TheJosh commented 10 years ago

Merged.

I had to make a change to the btCRKinematicCharacterController. I've been having issues with that because the method signature changed in Bullet 2.82, but it should work now for both versions.

Thanks for your contributions!