mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TSAGE: Removed duplicate assignments
This commit is contained in:
@@ -1152,7 +1152,6 @@ void Scene270::signal() {
|
||||
_grandma.setStrip(8);
|
||||
_grandma._frame = 5;
|
||||
_field384 = 1;
|
||||
_field384 = 1;
|
||||
|
||||
BF_GLOBALS._player._moveDiff.x = 8;
|
||||
BF_GLOBALS._player.enableControl();
|
||||
|
||||
@@ -667,7 +667,6 @@ void Scene900::signal() {
|
||||
break;
|
||||
case 9016:
|
||||
if ((BF_GLOBALS._clip1Bullets == 0) && (BF_GLOBALS._clip2Bullets == 0)){
|
||||
BF_GLOBALS._clip1Bullets = 8;
|
||||
BF_GLOBALS._clip1Bullets = 8;
|
||||
SceneItem::display2(900, 25);
|
||||
} else if (BF_GLOBALS._clip1Bullets == 0) {
|
||||
|
||||
@@ -1855,7 +1855,6 @@ SceneObject::SceneObject() : SceneHotspot() {
|
||||
_moveDiff.x = 5;
|
||||
_moveDiff.y = 3;
|
||||
_numFrames = 10;
|
||||
_numFrames = 10;
|
||||
_moveRate = 10;
|
||||
_regionBitList = 0;
|
||||
_sceneRegionId = 0;
|
||||
|
||||
Reference in New Issue
Block a user