aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/snail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/snail.cpp')
-rw-r--r--engines/cge/snail.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge/snail.cpp b/engines/cge/snail.cpp
index c63ba824b4..82ec4c596d 100644
--- a/engines/cge/snail.cpp
+++ b/engines/cge/snail.cpp
@@ -387,6 +387,7 @@ void SNGhost (BITMAP * bmp)
//bmp->Hide(FP_OFF(bmp->M), FP_SEG(bmp->M));
bmp->M = NULL;
delete bmp;
+ warning("STUB: SNGhost");
}
@@ -1288,6 +1289,7 @@ void SNAIL::RunCom (void)
// TODO: Handle correctly the execution of function pointer coming from Message send SNPOST
//case SNEXEC : ((void(*)(int)) (snc->Ptr))(snc->Val); break;
+ case SNEXEC : warning("STUB: SNEXEC code");
case SNSTEP : sprel->Step(); break;
case SNZTRIM : SNZTrim(sprel); break;
case SNGHOST : SNGhost((BITMAP *) snc->Ptr); break;