diff --git a/projects/mtg/src/GameObserver.cpp b/projects/mtg/src/GameObserver.cpp index 57b528f6e..c24f6d674 100644 --- a/projects/mtg/src/GameObserver.cpp +++ b/projects/mtg/src/GameObserver.cpp @@ -146,6 +146,7 @@ void GameObserver::nextGamePhase() switch (currentGamePhase) { case Constants::MTG_PHASE_UNTAP: + DebugTrace("Untap Phase ------------- Turn " << turn ); untapPhase(); break; case Constants::MTG_PHASE_DRAW: