diff options
author | Max Horn | 2010-11-17 12:22:08 +0000 |
---|---|---|
committer | Max Horn | 2010-11-17 12:22:08 +0000 |
commit | ee4770ffb6be50008d129ba52a5dd6f46a7d16cd (patch) | |
tree | 45be60c3403525d32f633745800c77e6afed9ca1 /engines/lastexpress/data | |
parent | dbddd758d1494f52c96b959b3d03f8e0156fb7cf (diff) | |
download | scummvm-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.h | 12 |
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" |