aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/data
diff options
context:
space:
mode:
authorMax Horn2010-11-17 12:22:08 +0000
committerMax Horn2010-11-17 12:22:08 +0000
commitee4770ffb6be50008d129ba52a5dd6f46a7d16cd (patch)
tree45be60c3403525d32f633745800c77e6afed9ca1 /engines/lastexpress/data
parentdbddd758d1494f52c96b959b3d03f8e0156fb7cf (diff)
downloadscummvm-rg350-ee4770ffb6be50008d129ba52a5dd6f46a7d16cd.tar.gz
scummvm-rg350-ee4770ffb6be50008d129ba52a5dd6f46a7d16cd.tar.bz2
scummvm-rg350-ee4770ffb6be50008d129ba52a5dd6f46a7d16cd.zip
ENGINES: Change 'colour' to 'color'
Only changed this in engines where 'color' was/is already used almost exclusively svn-id: r54288
Diffstat (limited to 'engines/lastexpress/data')
-rw-r--r--engines/lastexpress/data/background.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/engines/lastexpress/data/background.h b/engines/lastexpress/data/background.h
index fc1cc26fa4..5fbdbc13ed 100644
--- a/engines/lastexpress/data/background.h
+++ b/engines/lastexpress/data/background.h
@@ -34,14 +34,14 @@
uint32 {4} - position Y on screen
uint32 {4} - image width
uint32 {4} - image height
- uint32 {4} - red colour channel data size
- uint32 {4} - blue colour channel data size
- uint32 {4} - green colour channel data size
+ uint32 {4} - red color channel data size
+ uint32 {4} - blue color channel data size
+ uint32 {4} - green color channel data size
data:
- byte {x} - red colour channel data
- byte {x} - blue colour channel data
- byte {x} - green colour channel data
+ byte {x} - red color channel data
+ byte {x} - blue color channel data
+ byte {x} - green color channel data
*/
#include "lastexpress/drawable.h"