aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/text.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-02 00:27:05 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commite2300bd04c5aebe5736a5d0a431a9b85f53a9d17 (patch)
tree5e309b46235e7e215f45bab501265bf45991d442 /engines/dm/text.h
parent5f25c6aae28a3553183ee3c2e8af7b66e9622bf6 (diff)
downloadscummvm-rg350-e2300bd04c5aebe5736a5d0a431a9b85f53a9d17.tar.gz
scummvm-rg350-e2300bd04c5aebe5736a5d0a431a9b85f53a9d17.tar.bz2
scummvm-rg350-e2300bd04c5aebe5736a5d0a431a9b85f53a9d17.zip
DM: Massive renaming in gfx.h
Diffstat (limited to 'engines/dm/text.h')
-rw-r--r--engines/dm/text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/text.h b/engines/dm/text.h
index 590fade60d..48c2d6e7f9 100644
--- a/engines/dm/text.h
+++ b/engines/dm/text.h
@@ -40,7 +40,7 @@ public:
void printTextToBitmap(byte *destBitmap, uint16 destPixelWidth, uint16 destX, uint16 destY,
Color textColor, Color bgColor, const char *text, uint16 destHeight, Viewport &viewport = gDefultViewPort); // @ F0040_TEXT_Print
void printTextToScreen(uint16 destX, uint16 destY, Color textColor, Color bgColor, const char *text, Viewport &viewport = gDefultViewPort); // @ F0053_TEXT_PrintToLogicalScreen
- void printToViewport(int16 posX, int16 posY, Color textColor, const char *text, Color bgColor = kColorDarkestGray); // @ F0052_TEXT_PrintToViewport
+ void printToViewport(int16 posX, int16 posY, Color textColor, const char *text, Color bgColor = k12_ColorDarkestGray); // @ F0052_TEXT_PrintToViewport
void printWithTrailingSpaces(byte *destBitmap, int16 destPixelWidth, int16 destX, int16 destY, Color textColor, Color bgColor,
const char *text, int16 strLenght, int16 destHeight, Viewport &viewport = gDefultViewPort); // @ F0041_TEXT_PrintWithTrailingSpaces
void printWithTrailingSpacesToScreen(int16 destX, int16 destY, Color textColor, Color bgColor,