share/hedgewars/Data/Maps/Cake/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 25 Oct 2017 23:09:41 +0200
changeset 12768 ad67a3804981
parent 8443 2debc9b9f917
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
    mask.png
    map.cfg
    preview.png
    DESTINATION ${SHAREPATH}Data/Maps/Cake)