aboutsummaryrefslogtreecommitdiff
path: root/engines/cryo/staticdata.cpp
diff options
context:
space:
mode:
authorStrangerke2017-01-15 22:59:50 +0100
committerEugene Sandulenko2017-01-25 22:42:22 +0100
commit9632149f62084a57d63672666a499d78e1568c0d (patch)
tree599d985695643e5ba75a0f573b207d90112ec5e8 /engines/cryo/staticdata.cpp
parent3ee08c1ac30d09a8f2c1c7d56ce78a913ca64c5c (diff)
downloadscummvm-rg350-9632149f62084a57d63672666a499d78e1568c0d.tar.gz
scummvm-rg350-9632149f62084a57d63672666a499d78e1568c0d.tar.bz2
scummvm-rg350-9632149f62084a57d63672666a499d78e1568c0d.zip
CRYO: Some renaming
Diffstat (limited to 'engines/cryo/staticdata.cpp')
-rw-r--r--engines/cryo/staticdata.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryo/staticdata.cpp b/engines/cryo/staticdata.cpp
index 6d4d2b4b12..ea56fd2dfe 100644
--- a/engines/cryo/staticdata.cpp
+++ b/engines/cryo/staticdata.cpp
@@ -450,7 +450,7 @@ uint8 tab_2CB1E[8][4] = {
{ 0x81, 0x90, 1, 0x10}
};
-prect_t perso_rects[] = { //TODO: just an array of int16s?
+prect_t _characterRects[] = { //TODO: just an array of int16s?
{ 93, 69, 223, 176},
{ 102, 86, 162, 126},
{ 88, 103, 168, 163},
@@ -472,7 +472,7 @@ prect_t perso_rects[] = { //TODO: just an array of int16s?
{ 188, 83, 251, 158}
};
-byte tab_persxx[][5] = { //TODO: struc?
+byte _characterArray[][5] = { //TODO: struc?
{ 8, 15, 23, 25, 0xFF},
{ 0, 9, 0xFF },
{ 0, 9, 0xFF },