diff options
author | Strangerke | 2013-09-04 10:14:12 +0200 |
---|---|---|
committer | Strangerke | 2013-09-04 10:14:56 +0200 |
commit | 666d3eecfcbb038d6b1b33f231c3a03bcbd726b4 (patch) | |
tree | d446d3bc51c82f7ec46fe5df0c39d77c09fb75f5 /engines/avalanche/trip6.h | |
parent | d148d08683606f3feadf4f461762eb2487ea2eca (diff) | |
download | scummvm-rg350-666d3eecfcbb038d6b1b33f231c3a03bcbd726b4.tar.gz scummvm-rg350-666d3eecfcbb038d6b1b33f231c3a03bcbd726b4.tar.bz2 scummvm-rg350-666d3eecfcbb038d6b1b33f231c3a03bcbd726b4.zip |
AVALANCHE: Replace some British terms by American ones
Diffstat (limited to 'engines/avalanche/trip6.h')
-rw-r--r-- | engines/avalanche/trip6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/trip6.h b/engines/avalanche/trip6.h index cc13c9bf75..f91e72c2f3 100644 --- a/engines/avalanche/trip6.h +++ b/engines/avalanche/trip6.h @@ -44,7 +44,7 @@ struct adxtype { /* Second revision of ADX type */ Common::String comment/*[17]*/; /* comment */ // uruk: Same here, but 16. byte num; /* number of pictures */ byte seq; /* how many in one stride */ - byte fgc, bgc; /* foreground & background bubble colours */ + byte fgc, bgc; /* foreground & background bubble colors */ byte accinum; /* the number according to Acci (1=Avvy, etc.) */ }; |