Give a better name to random-enemy.png
For the sake of backwards compatibility this change should *not* be ported to 1.4
This commit is contained in:
parent
89856be69f
commit
8fc65b0871
4 changed files with 4 additions and 4 deletions
|
@ -384,7 +384,7 @@
|
|||
[/scroll_to]
|
||||
[message]
|
||||
caption= _ "Khrakrahs"
|
||||
image=units/random-enemy.png
|
||||
image=units/unknown-unit.png
|
||||
message= _ "Findshhhh... slayhhhh... killhhhh..."
|
||||
[/message]
|
||||
[message]
|
||||
|
|
|
@ -108,7 +108,7 @@
|
|||
[topic]
|
||||
id=.unknown_unit
|
||||
title= _ "Unknown Unit"
|
||||
text="<img>src=units/random-enemy.png align=left float=yes</img>" + _"
|
||||
text="<img>src=units/unknown-unit.png align=left float=yes</img>" + _"
|
||||
|
||||
This unit is unknown for the moment. You must discover it in the game to be allowed to see its description."
|
||||
[/topic]
|
||||
|
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
|
@ -574,7 +574,7 @@ private:
|
|||
str << IMAGE_PREFIX << leader->second.absolute_image();
|
||||
leader_bools.push_back(true);
|
||||
} else {
|
||||
str << IMAGE_PREFIX << std::string("random-enemy.png");
|
||||
str << IMAGE_PREFIX << std::string("unknown-unit.png");
|
||||
leader_bools.push_back(false);
|
||||
}
|
||||
|
||||
|
@ -665,7 +665,7 @@ private:
|
|||
str << IMAGE_PREFIX << leader->second.absolute_image();
|
||||
leader_bools.push_back(true);
|
||||
} else {
|
||||
str << IMAGE_PREFIX << std::string("random-enemy.png");
|
||||
str << IMAGE_PREFIX << std::string("unknown-unit.png");
|
||||
leader_bools.push_back(false);
|
||||
}
|
||||
#ifndef LOW_MEM
|
||||
|
|
Loading…
Add table
Reference in a new issue