From 63c0cb40feb9acfb600503688358af28da4f14b7 Mon Sep 17 00:00:00 2001 From: uruk Date: Fri, 13 Jun 2014 22:20:19 +0200 Subject: CGE2: Stub snSay again. --- engines/cge2/snail.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'engines/cge2/snail.cpp') diff --git a/engines/cge2/snail.cpp b/engines/cge2/snail.cpp index c086d2b17b..ee94ab8894 100644 --- a/engines/cge2/snail.cpp +++ b/engines/cge2/snail.cpp @@ -585,9 +585,7 @@ void CGE2Engine::snSay(Sprite *spr, int val) { int i = val; if (i < 256) i -= 100; - // TODO: These 2 lines may need some re-check with the whole sound-code! - snSound(spr, i); - _commandStat._wait = &_sound->_smpinf._counter; + warning("STUB: CGE2Engine::snSay"); // TODO: Implement it with the revision of the sound code! } } } -- cgit v1.2.3