aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/cge2/bitmap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge2/bitmap.cpp b/engines/cge2/bitmap.cpp
index 6d38f33b99..01e97ebc53 100644
--- a/engines/cge2/bitmap.cpp
+++ b/engines/cge2/bitmap.cpp
@@ -396,7 +396,7 @@ void Bitmap::xLatPos(V2D& p) {
#define kDesignSize 240
uint8 *Bitmap::makeSpeechBubbleTail(int which, uint8 colorSet[][4]) {
- uint8 kSLDesign[kDesignSize] = {
+ static const uint8 kSLDesign[kDesignSize] = {
G G G G G G G G G _ _ _ _ _ _
L G G G G G G G G D _ _ _ _ _
_ L G G G G G G G D _ _ _ _ _
@@ -415,7 +415,7 @@ uint8 *Bitmap::makeSpeechBubbleTail(int which, uint8 colorSet[][4]) {
_ _ _ _ _ _ _ _ _ _ _ _ _ _ D
};
- uint8 kSRDesign[kDesignSize] = {
+ static const uint8 kSRDesign[kDesignSize] = {
_ _ _ _ _ _ G G G G G G G G G
_ _ _ _ _ L G G G G G G G G D
_ _ _ _ _ L G G G G G G G D _