mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 00:45:10 +00:00
TSAGE: R2R - Fix bug in character selection
This commit is contained in:
parent
fa2ea4fc61
commit
49f0ba8d92
@ -4568,7 +4568,7 @@ void Scene1337::subC20F9() {
|
||||
switch (_field424A) {
|
||||
case -1:
|
||||
++_currentPlayerNumb;
|
||||
if (_currentPlayerNumb == 3)
|
||||
if (_currentPlayerNumb > 3)
|
||||
_currentPlayerNumb = 0;
|
||||
|
||||
if (_showPlayerTurn) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user