1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-01 00:45:26 +02:00

* magic arrow flight animation (full hit animation will be later as it should be implemented via support for AC format)

* fixed bug with dying unit
* minor things
This commit is contained in:
mateuszb
2008-10-18 13:50:18 +00:00
parent 9d099e8c54
commit 9a8e009862
4 changed files with 76 additions and 10 deletions

View File

@ -89,7 +89,6 @@ void CConsoleHandler::setColor(int level)
int CConsoleHandler::run()
{
char buffer[500];
std::string readed;
while(true)
{
std::cin.getline(buffer, 500);