EnterID ya recibe bien el JailerID en caso de tenerlo ya definido previamente

This commit is contained in:
2023-09-24 09:40:53 +02:00
parent 458be05547
commit 58d3a75976
3 changed files with 39 additions and 6 deletions

View File

@@ -699,7 +699,6 @@ void Title::checkEvents()
switch (eventHandler->key.keysym.scancode)
{
case SDL_SCANCODE_A:
std::cout << "PULSA A" << std::endl;
runEnterID();
break;