share/hedgewars/Data/Maps/Cave/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 16 Jul 2018 20:28:01 +0200 (2018-07-16)
changeset 13495 4faebbf9c44f
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix hwengine crash when using >1 controllers Reason: Data type mismatch for SDL_JoystickName, we wed in an index, but it expected a controller handle. Solution: Switch to SDL_JoystickNameForIndex.
install(FILES
    map.png
    mask.png
    map.cfg
    preview.png
    DESTINATION ${SHAREPATH}Data/Maps/Cave)