TSAGE: Blue Force - Fix original bug when entering the boat with the gun handy, day 1, with Harrison

This commit is contained in:
Strangerke 2011-10-25 15:46:59 +02:00
parent 4c89891382
commit 4c4e7289be

View File

@ -4501,7 +4501,13 @@ void Scene360::signal() {
break;
case 3607:
case 3609:
_harrison.setVisage(1363);
// Original game was only using at this place visage 1363.
// This workaround allow Harrison to keep his gun handy
// when entering the romm (if required)
if (! BF_GLOBALS.getFlag(gunDrawn))
_harrison.setVisage(1363);
else
_harrison.setVisage(363);
BF_GLOBALS._player.enableControl();
break;
case 3608: