Engine:
* Let gears collide once they significantly leave visible area (might need more testing)
* Added skipping sound to gears skipping on water surface
Frontend:
* Fixed loading/saving of control bindings
add_subdirectory(voices)
file(GLOB BaseSounds *.ogg)
install(FILES
${BaseSounds}
DESTINATION ${SHAREPATH}Data/Sounds)