CBotString.cpp Bug resolve

dev-ui
Michał Konopacki 2012-08-09 22:05:42 +02:00
parent bc24b9f9e5
commit ef7e297efe
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ const std::map<EID, char *> CBotString::s_keywordString =
{ID_CLOSEPAR, ")"},
{ID_OPBLK, "{"},
{ID_CLBLK, "}"},
{ID_SEP, "},"},
{ID_SEP, ";"},
{ID_COMMA, ","},
{ID_DOTS, ":"},
{ID_DOT, "."},