aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hopkins/talk.cpp')
-rw-r--r--engines/hopkins/talk.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/hopkins/talk.cpp b/engines/hopkins/talk.cpp
index bf31292cda..fea3b196a2 100644
--- a/engines/hopkins/talk.cpp
+++ b/engines/hopkins/talk.cpp
@@ -37,10 +37,10 @@ namespace Hopkins {
TalkManager::TalkManager(HopkinsEngine *vm) {
_vm = vm;
- _characterBuffer = NULL;
- _characterPalette = NULL;
- _characterSprite = NULL;
- _characterAnim = NULL;
+ _characterBuffer = g_PTRNUL;
+ _characterPalette = g_PTRNUL;
+ _characterSprite = g_PTRNUL;
+ _characterAnim = g_PTRNUL;
_characterSize = 0;
_dialogueMesgId1 = _dialogueMesgId2 = _dialogueMesgId3 = _dialogueMesgId4 = 0;
_paletteBufferIdx = 0;