mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-22 20:02:48 +00:00
Hexen game configuration: corrected an error where things 78 ("Tall Tree 1") and 79 ("Tall Tree 2") had their sprites interchanged
This commit is contained in:
parent
a2c87358ea
commit
70bfc2043b
1 changed files with 2 additions and 2 deletions
|
@ -758,13 +758,13 @@ obstacles
|
|||
78
|
||||
{
|
||||
title = "Tall Tree 1";
|
||||
sprite = "TRE5A0";
|
||||
sprite = "TRE4A0";
|
||||
width = 15;
|
||||
}
|
||||
79
|
||||
{
|
||||
title = "Tall Tree 2";
|
||||
sprite = "TRE4A0";
|
||||
sprite = "TRE5A0";
|
||||
width = 15;
|
||||
}
|
||||
8067
|
||||
|
|
Loading…
Reference in a new issue