aboutsummaryrefslogtreecommitdiff
path: root/scumm/costume.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-07-26 13:53:24 +0000
committerTravis Howell2004-07-26 13:53:24 +0000
commit5c2a7a7775e30bfca78748124082131c0c0b36d9 (patch)
treee49c214e72347866833a333c2c0e7ccf1788387c /scumm/costume.cpp
parent1d31aff18ee3402a06f425c4a2964fe34a8c4ae5 (diff)
downloadscummvm-rg350-5c2a7a7775e30bfca78748124082131c0c0b36d9.tar.gz
scummvm-rg350-5c2a7a7775e30bfca78748124082131c0c0b36d9.tar.bz2
scummvm-rg350-5c2a7a7775e30bfca78748124082131c0c0b36d9.zip
Cleanup
svn-id: r14336
Diffstat (limited to 'scumm/costume.cpp')
-rw-r--r--scumm/costume.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp
index ef265042b9..d51909a7fb 100644
--- a/scumm/costume.cpp
+++ b/scumm/costume.cpp
@@ -342,10 +342,10 @@ void CostumeRenderer::c64_ignorePakCols(int num) {
}
}
-static const int v1_mm_actor_palatte_1[25] = {
+static const int v1MMActorPalatte1[25] = {
8, 8, 8, 8, 4, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8
};
-static const int v1_mm_actor_palatte_2[25] = {
+static const int v1MMActorPalatte2[25] = {
0, 7, 2, 6, 9, 1, 3, 7, 7, 1, 1, 9, 1, 4, 5, 5, 4, 1, 0, 5, 4, 2, 2, 7, 7
};
@@ -384,8 +384,8 @@ void CostumeRenderer::procC64(int actor) {
palette[2] = 11;
palette[3] = 11;
} else if (_vm->_gameId == GID_MANIAC) {
- palette[1] = v1_mm_actor_palatte_1[actor];
- palette[2] = v1_mm_actor_palatte_2[actor];
+ palette[1] = v1MMActorPalatte1[actor];
+ palette[2] = v1MMActorPalatte2[actor];
} else {
palette[1] = 8;
palette[2] = _palette[actor];