diff --git a/source/code/BlockGame.hpp b/source/code/BlockGame.hpp index 2852ecf..d791748 100644 --- a/source/code/BlockGame.hpp +++ b/source/code/BlockGame.hpp @@ -801,11 +801,13 @@ public: { start=0; end=start+wide; + bGarbageFallLeft = false; } else { start=6-wide; end = 6; + bGarbageFallLeft = true; } for (int i = startPosition; i 999999) nextGarbageNumber = 10; - bGarbageFallLeft = !(bGarbageFallLeft); + //bGarbageFallLeft = !(bGarbageFallLeft); return true; } } diff --git a/source/code/replay.cpp b/source/code/replay.cpp index 30b3cb3..b427e7b 100644 --- a/source/code/replay.cpp +++ b/source/code/replay.cpp @@ -240,7 +240,7 @@ bool Replay::loadReplay2(string filename) cout << "Only one player in replay" << endl; return false; } - cout << "loading player 3" << endl; + cout << "loading player 2" << endl; loadFile.read(reinterpret_cast(&nrOfFrames),sizeof(Uint32)); for (int i=0; (i