1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-03 00:46:55 +02:00

More code for halls.

This commit is contained in:
Michał W. Urbańczyk
2008-03-11 21:36:59 +00:00
parent b95551a0be
commit eed2a2b54c
7 changed files with 182 additions and 15 deletions

View File

@ -469,7 +469,6 @@ SDL_Surface * SComponent::getImg()
}
return NULL;
}
void SComponent::clickRight (tribool down)
{
LOCPLINT->adventureInt->handleRightClick(description,down,this);