Fixed segfault in unlinked kandora map by removing x and y attributes from map arch, which had caused undesired behavior.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19160 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
baeccc136c
commit
6410bc0f5d
6
CHANGES
6
CHANGES
|
@ -1,6 +1,12 @@
|
||||||
Changes for SVN top of tree:
|
Changes for SVN top of tree:
|
||||||
==============================================================================
|
==============================================================================
|
||||||
|
|
||||||
|
Commented out the x and y default attributes on map arch.
|
||||||
|
They were being added to the x and y values when the arch was placed
|
||||||
|
on a map and can cause segfaults by placing the map arch off the map.
|
||||||
|
system/map.arc
|
||||||
|
SilverNexus 2013-12-03
|
||||||
|
|
||||||
Pixel cleanup on the map arch face.
|
Pixel cleanup on the map arch face.
|
||||||
system/map.base.111.png
|
system/map.base.111.png
|
||||||
SilverNexus 2013-12-03
|
SilverNexus 2013-12-03
|
||||||
|
|
|
@ -4,8 +4,9 @@ subtype 1
|
||||||
slaying /HallOfSelection
|
slaying /HallOfSelection
|
||||||
race /start/HallsOfSelection
|
race /start/HallsOfSelection
|
||||||
face map.111
|
face map.111
|
||||||
x 16
|
# Let's see... does this help?
|
||||||
y 16
|
# x 16
|
||||||
|
# y 16
|
||||||
hp 1
|
hp 1
|
||||||
sp 1
|
sp 1
|
||||||
value 300
|
value 300
|
||||||
|
|
Loading…
Reference in New Issue