TSAGE: R2R - Fix bug in character selection

This commit is contained in:
Strangerke 2013-12-10 07:32:39 +01:00
parent fa2ea4fc61
commit 49f0ba8d92

View File

@ -4568,7 +4568,7 @@ void Scene1337::subC20F9() {
switch (_field424A) {
case -1:
++_currentPlayerNumb;
if (_currentPlayerNumb == 3)
if (_currentPlayerNumb > 3)
_currentPlayerNumb = 0;
if (_showPlayerTurn) {