aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw_v2.cpp
diff options
context:
space:
mode:
authorSven Hesse2009-07-28 16:28:32 +0000
committerSven Hesse2009-07-28 16:28:32 +0000
commit550d9cf39de5fbbd1f4173d5b7bd955c7649995b (patch)
tree869ca4ccf769d286e5396990b7191563409f44d7 /engines/gob/draw_v2.cpp
parentf5e9aa67c495a64117cc9d30596a34fbe21ef1d5 (diff)
downloadscummvm-rg350-550d9cf39de5fbbd1f4173d5b7bd955c7649995b.tar.gz
scummvm-rg350-550d9cf39de5fbbd1f4173d5b7bd955c7649995b.tar.bz2
scummvm-rg350-550d9cf39de5fbbd1f4173d5b7bd955c7649995b.zip
More alignment-related changes
svn-id: r42858
Diffstat (limited to 'engines/gob/draw_v2.cpp')
-rw-r--r--engines/gob/draw_v2.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/gob/draw_v2.cpp b/engines/gob/draw_v2.cpp
index 5c1986289a..a1074d7ecb 100644
--- a/engines/gob/draw_v2.cpp
+++ b/engines/gob/draw_v2.cpp
@@ -521,8 +521,7 @@ void Draw_v2::printTotText(int16 id) {
case 10:
str[0] = (char) 255;
- WRITE_LE_UINT16((uint16 *) (str + 1),
- ptr - _vm->_game->_resources->getTexts());
+ WRITE_LE_UINT16(str + 1, ptr - _vm->_game->_resources->getTexts());
str[3] = 0;
ptr++;
for (int i = *ptr++; i > 0; i--) {