aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/config.cpp
diff options
context:
space:
mode:
authorStrangerke2011-06-13 00:40:19 +0200
committerStrangerke2011-06-13 00:40:19 +0200
commitccd934e4bfaa2997bf2dcec6818e0c418a11624f (patch)
tree825014b60c872171d721f31882dd326053192674 /engines/cge/config.cpp
parentb1df7ca7340ccf43817894eedcaea6d211eeb6dd (diff)
downloadscummvm-rg350-ccd934e4bfaa2997bf2dcec6818e0c418a11624f.tar.gz
scummvm-rg350-ccd934e4bfaa2997bf2dcec6818e0c418a11624f.tar.bz2
scummvm-rg350-ccd934e4bfaa2997bf2dcec6818e0c418a11624f.zip
CGE: Add a couple of STUB warnings
Diffstat (limited to 'engines/cge/config.cpp')
-rw-r--r--engines/cge/config.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge/config.cpp b/engines/cge/config.cpp
index 38da4cda58..ee4d1771f9 100644
--- a/engines/cge/config.cpp
+++ b/engines/cge/config.cpp
@@ -210,6 +210,7 @@ static void Select (CHOICE * cho, int hlp)
Hlp = hlp;
//TODO Change the SNPOST message send to a special way to send function pointer
//SNPOST(SNEXEC, -1, 0, (void *)&SNSelect);
+ warning("STUB: Select");
}