- [FIX] pillar objectes es deu fer amb keypress
This commit is contained in:
@@ -540,7 +540,7 @@ namespace actor
|
|||||||
act->push |= PUSH_YP;
|
act->push |= PUSH_YP;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ((input::keyPressed(SDL_SCANCODE_RETURN) || input::keyDown(config::getKey(KEY_PICK)) ) && (hero::getSkills()&SKILL_PANTS))
|
if ((input::keyPressed(SDL_SCANCODE_RETURN) || input::keyPressed(config::getKey(KEY_PICK)) ) && (hero::getSkills()&SKILL_PANTS))
|
||||||
{
|
{
|
||||||
if (picked)
|
if (picked)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user