diff options
author | uruk | 2014-06-08 07:44:46 +0200 |
---|---|---|
committer | uruk | 2014-06-08 07:44:46 +0200 |
commit | 5fca8c328ca49e3de7b3d9e4dc03293dab504e89 (patch) | |
tree | d2d2e5011c97783ead99c605309f63ff76b9bd1d /engines/cge2 | |
parent | 5a7924678ac8af99e6cd58edc3f5cb3342253038 (diff) | |
download | scummvm-rg350-5fca8c328ca49e3de7b3d9e4dc03293dab504e89.tar.gz scummvm-rg350-5fca8c328ca49e3de7b3d9e4dc03293dab504e89.tar.bz2 scummvm-rg350-5fca8c328ca49e3de7b3d9e4dc03293dab504e89.zip |
CGE2: Fix stub message in CGE2Engine::mapCross().
Diffstat (limited to 'engines/cge2')
-rw-r--r-- | engines/cge2/hero.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |