diff --git a/main.cpp b/main.cpp index ceca6e9..3f4e83c 100644 --- a/main.cpp +++ b/main.cpp @@ -115,6 +115,9 @@ class Player : public Entity target = &map[x+1][y]; dir = 4; break; + default: //Pag su, pag giĆ¹, skippa + target = &map[x][y]; //Un po' hackerino, ma... + break; //Aggiungere gestione del caso che non sia una delle quattro frecce } //Muoviti e agisci!