1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-29 00:41:38 +02:00

Creature banks are now functional, however there are some glitches listed on our board.

This commit is contained in:
DjWarmonger
2009-09-17 06:19:27 +00:00
parent df6a7d680e
commit 7660e29751
4 changed files with 44 additions and 26 deletions

View File

@ -265,7 +265,7 @@ DLL_EXPORT std::string MetaString::buildList () const
{
if (i > 0 && message[i] == TEXACT_STRING || message[i] == TLOCAL_STRING)
{
if (i == message.size())
if (i == message.size() - 1)
lista += " and ";
else
lista += ", ";