aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2013-09-05 01:36:10 +0200
committerStrangerke2013-09-05 01:36:10 +0200
commitd52c41011846c363e7507c723ef81b1b0b55909a (patch)
tree7d2c398b3d28fa4e09c5f31d70754b9f23715cb2
parent17033bdc2d1fb27e25342ad3afb69bb00750a4fc (diff)
downloadscummvm-rg350-d52c41011846c363e7507c723ef81b1b0b55909a.tar.gz
scummvm-rg350-d52c41011846c363e7507c723ef81b1b0b55909a.tar.bz2
scummvm-rg350-d52c41011846c363e7507c723ef81b1b0b55909a.zip
AVALANCHE: Fix systematic typo in comments
-rw-r--r--engines/avalanche/avalanche.cpp2
-rw-r--r--engines/avalanche/gyro2.cpp14
-rw-r--r--engines/avalanche/trip6.cpp2
3 files changed, 5 insertions, 13 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index d6145819c3..c6ca485b97 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -690,7 +690,7 @@ Common::Error AvalancheEngine::run() {
_zoomy = true;
// Don't call the menu by default. Might be modified later, if get_slope() gets implemented,
- // becouse zoomy's value is given there. Not sure yet what "zoomy" stands for.
+ // because zoomy's value is given there. Not sure yet what "zoomy" stands for.
if (!_zoomy)
callMenu(); /* Not run when zoomy. */
diff --git a/engines/avalanche/gyro2.cpp b/engines/avalanche/gyro2.cpp
index 9202e826fa..e9740fce5f 100644
--- a/engines/avalanche/gyro2.cpp
+++ b/engines/avalanche/gyro2.cpp
@@ -48,7 +48,6 @@
namespace Avalanche {
const char *Gyro::vernum = "1.30";
-
const char *Gyro::copyright = "1995";
@@ -185,8 +184,7 @@ const quasiped_type Gyro::quasipeds[16] = {
const char Gyro::keys[] = "QWERTYUIOP[]";
-const uint16 Gyro::notes[12] =
-{196, 220, 247, 262, 294, 330, 350, 392, 440, 494, 523, 587};
+const uint16 Gyro::notes[12] = {196, 220, 247, 262, 294, 330, 350, 392, 440, 494, 523, 587};
const tunetype Gyro::tune = {
higher, higher, lower, same, higher, higher, lower, higher, higher, higher,
@@ -222,10 +220,6 @@ byte Gyro::whereis[29] = {
r__wisewomans /* The Wise Woman. */
};
-
-
-
-
const Common::String Gyro::things[numobjs] = {
"Wine", "Money-bag", "Bodkin", "Potion", "Chastity belt",
"Crossbow bolt", "Crossbow", "Lute", "Pilgrim's badge", "Mushroom", "Key",
@@ -243,12 +237,10 @@ const Common::String Gyro::better[numobjs] = {
const char Gyro::betterchar[] = "WMBParCLguKeSnIohn";
-
-
Gyro::Gyro(AvalancheEngine *vm) : interrogation(0), oncandopageswap(true) {
_vm = vm;
- /* Needed becouse of Lucerna::load_also() */
+ /* Needed because of Lucerna::load_also() */
for (int fv = 0; fv < 31; fv++) {
for (int ff = 0; ff < 2; ff++)
also[fv][ff] = 0;
@@ -404,7 +396,7 @@ bool Gyro::pennycheck(uint16 howmuchby) {
return true;
}
-// There'll may be problems with calling these functions becouse of the conversion of the arrays!!!
+// There'll may be problems with calling these functions because of the conversion of the arrays!!!
// Keep an eye open!
Common::String Gyro::getname(byte whose) {
if (whose < 175)
diff --git a/engines/avalanche/trip6.cpp b/engines/avalanche/trip6.cpp
index 2578ce9056..47656f2fd8 100644
--- a/engines/avalanche/trip6.cpp
+++ b/engines/avalanche/trip6.cpp
@@ -217,7 +217,7 @@ void triptype::walk() {
}
tc = _tr->checkfeet(x, x + _info.xl, oy[_tr->_vm->_gyro->cp], y, _info.yl) - 1;
- // -1 is becouse the modified array indexes of magics[] compared to Pascal .
+ // -1 is because the modified array indexes of magics[] compared to Pascal .
if ((tc != 255) & (!_tr->_vm->_gyro->doing_sprite_run)) {
switch (_tr->_vm->_gyro->magics[tc].op) {