aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/versailles/engine.h
diff options
context:
space:
mode:
authorLe Philousophe2019-05-20 20:57:44 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit48ad952e50cdee734873f848f6f483a5078586ce (patch)
tree146c59bc7de5140fd07da514d651368c8e27ac97 /engines/cryomni3d/versailles/engine.h
parent01f6e2db12aa980aa316b80bc0e4b29e58cf2b5e (diff)
downloadscummvm-rg350-48ad952e50cdee734873f848f6f483a5078586ce.tar.gz
scummvm-rg350-48ad952e50cdee734873f848f6f483a5078586ce.tar.bz2
scummvm-rg350-48ad952e50cdee734873f848f6f483a5078586ce.zip
CRYOMNI3D: Save some space
Diffstat (limited to 'engines/cryomni3d/versailles/engine.h')
-rw-r--r--engines/cryomni3d/versailles/engine.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cryomni3d/versailles/engine.h b/engines/cryomni3d/versailles/engine.h
index abfb1a4026..743bdf5c27 100644
--- a/engines/cryomni3d/versailles/engine.h
+++ b/engines/cryomni3d/versailles/engine.h
@@ -462,8 +462,8 @@ private:
IMG_CB(34174e);
IMG_CB(34174f);
static const unsigned int kSafeDigitsCount = 12;
- static const unsigned int kSafeDigitsX[];
- static const unsigned int kSafeDigitsY[];
+ static const unsigned short kSafeDigitsX[];
+ static const unsigned short kSafeDigitsY[];
static const char *kSafeDates[];
bool handleSafe(ZonFixedImage *fimg);
void drawSafeDigits(Graphics::ManagedSurface &surface, const Graphics::Surface(&bmpDigits)[10],