From c5f2d0c1a70f0ce16e0d5bb2bda1a0ee900aff46 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Thu, 9 Aug 2018 11:09:01 +0100 Subject: STARTREK: Further Fix For Compilation. --- engines/startrek/text.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/startrek') diff --git a/engines/startrek/text.cpp b/engines/startrek/text.cpp index 833b9e4080..c30532e182 100644 --- a/engines/startrek/text.cpp +++ b/engines/startrek/text.cpp @@ -1,4 +1,4 @@ -#include "common/c++11-compat.h" // nullptr definition +#include "common/scummsys.h" // In this file, the TYPO tag is used when a typo is fixed in a piece of text, or when // text is changed to match the audio. @@ -6,7 +6,7 @@ namespace StarTrek { extern const char *const g_gameStrings[] = { - nullptr, + NULL, "", "Dialog error", "Animation error", -- cgit v1.2.3