From 5fca8c328ca49e3de7b3d9e4dc03293dab504e89 Mon Sep 17 00:00:00 2001 From: uruk Date: Sun, 8 Jun 2014 07:44:46 +0200 Subject: CGE2: Fix stub message in CGE2Engine::mapCross(). --- engines/cge2/hero.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/cge2/hero.cpp') diff --git a/engines/cge2/hero.cpp b/engines/cge2/hero.cpp index 601e289528..62568aecaa 100644 --- a/engines/cge2/hero.cpp +++ b/engines/cge2/hero.cpp @@ -437,7 +437,7 @@ int Hero::mapCross(const V3D &a, const V3D &b) { } int CGE2Engine::mapCross(const V2D &a, const V2D &b) { - warning("STUB: CGE2Engine::cross()"); + warning("STUB: CGE2Engine::mapCross()"); return 0; } -- cgit v1.2.3