mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 09:29:16 +00:00
Remove some backward-compatibility macros
(IMAGE_DEFENSIVE, IMAGE_DEFENSIVE_RANGE, IMAGE_DEFENSIVE_SHORT). These were deprecated and marked for backwards compatibility only, nothing in 1.3 mainline uses them, and all the 1.2 user-generated content is going to have to be rewritten anyway because of the map-format change. So away with these.
This commit is contained in:
parent
19b0f7b3a2
commit
d079af233e
@ -182,36 +182,6 @@
|
||||
# These are included for backwards-compatibility mainly; they aren't and
|
||||
# shouldn't be used for mainline units.
|
||||
|
||||
#define IMAGE_DEFENSIVE IMAGE_FILE
|
||||
[defend]
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image={IMAGE_FILE}
|
||||
[/frame]
|
||||
[/defend]
|
||||
#enddef
|
||||
#define IMAGE_DEFENSIVE_RANGE IMAGE_FILE
|
||||
[defend]
|
||||
range=ranged
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image={IMAGE_FILE}
|
||||
[/frame]
|
||||
[/defend]
|
||||
#enddef
|
||||
#define IMAGE_DEFENSIVE_SHORT IMAGE_FILE
|
||||
[defend]
|
||||
range=melee
|
||||
[frame]
|
||||
begin=-150
|
||||
end=150
|
||||
image={IMAGE_FILE}
|
||||
[/frame]
|
||||
[/defend]
|
||||
#enddef
|
||||
|
||||
#define MISSILE_FRAME_WAIL
|
||||
[if]
|
||||
direction=n,ne,nw
|
||||
|
Loading…
x
Reference in New Issue
Block a user