diff --git a/src/gamestate.cpp b/src/gamestate.cpp index c2e3081..e232f07 100644 --- a/src/gamestate.cpp +++ b/src/gamestate.cpp @@ -110,7 +110,6 @@ bool GameState::drawNextCard() { } m_drawPile = m_throwawayPile; m_throwawayPile.clear(); - std::reverse(m_drawPile.begin(), m_drawPile.end()); qDebug() << "> Draw pile empty, flipping throwaway pile"; }