aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/avalanche/avalot.cpp2
-rw-r--r--engines/avalanche/lucerna2.cpp12
-rw-r--r--engines/avalanche/scrolls2.cpp2
3 files changed, 8 insertions, 8 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index a4ead4a508..796ab800f5 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -175,7 +175,7 @@ void Avalot::setup() {
_vm->_gyro->isLoaded = false; // Set to true in _vm->loadGame().
_vm->_gyro->newGame(); // No game was requested- load the default.
- _vm->_gyro->_soundFx = ! _vm->_gyro->_soundFx;
+ _vm->_gyro->_soundFx = !_vm->_gyro->_soundFx;
_vm->_lucerna->fxToggle();
_vm->_lucerna->thinkAbout(Gyro::kObjectMoney, Gyro::kThing);
diff --git a/engines/avalanche/lucerna2.cpp b/engines/avalanche/lucerna2.cpp
index 88512390e9..a4b1094789 100644
--- a/engines/avalanche/lucerna2.cpp
+++ b/engines/avalanche/lucerna2.cpp
@@ -387,9 +387,9 @@ void Lucerna::enterNewTown() {
_vm->_gyro->_mushroomGrowing = true;
break;
case r__wisewomans: { // Entry into Argent.
- if (_vm->_gyro->_talkedToCrapulus && (! _vm->_gyro->_lustieIsAsleep)) {
+ if (_vm->_gyro->_talkedToCrapulus && (!_vm->_gyro->_lustieIsAsleep)) {
_vm->_gyro->_spludwickAtHome = !((_vm->_gyro->_roomCount[r__wisewomans] % 3) == 1);
- _vm->_gyro->_crapulusWillTell = ! _vm->_gyro->_spludwickAtHome;
+ _vm->_gyro->_crapulusWillTell = !_vm->_gyro->_spludwickAtHome;
} else {
_vm->_gyro->_spludwickAtHome = true;
_vm->_gyro->_crapulusWillTell = false;
@@ -429,7 +429,7 @@ void Lucerna::enterRoom(byte room, byte ped) {
loadRoom(room);
- if ((_vm->_gyro->_roomCount[room] == 0) && (! _vm->_gyro->setFlag('S')))
+ if ((_vm->_gyro->_roomCount[room] == 0) && (!_vm->_gyro->setFlag('S')))
incScore(1);
_vm->_gyro->_whereIs[Gyro::kPeopleAvalot - 150] = _vm->_gyro->_room;
@@ -456,7 +456,7 @@ void Lucerna::enterRoom(byte room, byte ped) {
case r__outsideyours:
if (ped > 0) {
AnimationType *spr1 = &_vm->_animation->_sprites[1];
- if (! _vm->_gyro->_talkedToCrapulus) {
+ if (!_vm->_gyro->_talkedToCrapulus) {
_vm->_gyro->_whereIs[Gyro::kPeopleCrapulus - 150] = r__outsideyours;
spr1->init(8, false, _vm->_animation); // load Crapulus
@@ -559,7 +559,7 @@ void Lucerna::enterRoom(byte room, byte ped) {
case r__robins:
if (ped > 0) {
- if (! _vm->_gyro->_beenTiedUp) {
+ if (!_vm->_gyro->_beenTiedUp) {
// A welcome party... or maybe not...
AnimationType *spr1 = &_vm->_animation->_sprites[1];
spr1->init(6, false, _vm->_animation);
@@ -670,7 +670,7 @@ void Lucerna::enterRoom(byte room, byte ped) {
_vm->_gyro->_dogFoodPos = 1; // Actually, du Lustie pos.
if (_vm->_animation->_sprites[0]._id == 0) // Avvy in his normal clothes
_vm->_timer->addTimer(3, Timer::kProcCallsGuards, Timer::kReasonDuLustieTalks);
- else if (! _vm->_gyro->_enteredLustiesRoomAsMonk) // already
+ else if (!_vm->_gyro->_enteredLustiesRoomAsMonk) // already
// Presumably, Avvy dressed as a monk.
_vm->_timer->addTimer(3, Timer::kProcGreetsMonk, Timer::kReasonDuLustieTalks);
diff --git a/engines/avalanche/scrolls2.cpp b/engines/avalanche/scrolls2.cpp
index f6c5dab8f2..333b21525c 100644
--- a/engines/avalanche/scrolls2.cpp
+++ b/engines/avalanche/scrolls2.cpp
@@ -170,7 +170,7 @@ void Scrolls::scrollModeNormal() {
easteregg();
}
oktoexit = set::of('\15', '\33', '+', '#', eos).has(inchar);
- if (! oktoexit) errorled();
+ if (!oktoexit) errorled();
}
} while (!((oktoexit) || (mrelease > 0)));