share/hedgewars/Data/Maps/ClimbHome/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 02 Apr 2019 01:03:39 +0200
changeset 14740 7b2bd37d7503
parent 11899 0b6baf802b3d
permissions -rw-r--r--
Fix inconsistencies in guest nick name generation When the setting net/nick is empty, HW generates a guest name. But there were several problems: - Team name did not match guest name - Random guest number was re-rolled multiple times, causing inconsistencies - Guest number was often too large (now capped at 99999)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10415
nemo
parents:
diff changeset
     1
install(FILES
nemo
parents:
diff changeset
     2
    mask.png
nemo
parents:
diff changeset
     3
    map.cfg
nemo
parents:
diff changeset
     4
    map.lua
nemo
parents:
diff changeset
     5
    preview.png
11899
0b6baf802b3d Fix improper locale detection for mission map descriptions
Wuzzy <almikes@aol.com>
parents: 10415
diff changeset
     6
    desc.txt
10415
nemo
parents:
diff changeset
     7
    DESTINATION ${SHAREPATH}Data/Maps/ClimbHome)