share/hedgewars/Data/Maps/BasketballField/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 25 Oct 2017 23:09:41 +0200
changeset 12768 ad67a3804981
parent 10631 3d164350cc48
permissions -rw-r--r--
Fix sometimes ammo schemes not being saved after changing before an ammo scheme got deleted in session This was because the bool isDeleting is not initialized, so its initial value is unpredictable. Which means there's chance it starts with true, confusing the frontend.

install(FILES
    map.png
    map.cfg
    mask.png
    preview.png
    DESTINATION ${SHAREPATH}Data/Maps/BasketballField)