From 8097aeb43a916dac160bda11201a6fc79a933c40 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Sun, 13 Nov 2011 12:33:36 +0100 Subject: CGE: F1 now displays Soltys version and translators. This is only available in versions modified or translated by the team --- engines/cge/text.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/cge/text.cpp') diff --git a/engines/cge/text.cpp b/engines/cge/text.cpp index 58acb5548c..021dad5709 100644 --- a/engines/cge/text.cpp +++ b/engines/cge/text.cpp @@ -177,6 +177,8 @@ void Text::say(const char *text, Sprite *spr) { void CGEEngine::inf(const char *text) { debugC(1, kCGEDebugEngine, "CGEEngine::inf(%s)", text); + if (!text) + return; killText(); _talk = new Talk(this, text, kTBRect); -- cgit v1.2.3