aboutsummaryrefslogtreecommitdiff
path: root/akos.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-03-25 12:26:37 +0000
committerVincent Hamm2002-03-25 12:26:37 +0000
commit5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724 (patch)
tree48f721f3ba23d87fc702b5a79e2153199c044890 /akos.cpp
parent8a3adc01ee41c2b46d4468530f61af06bd1b4ad5 (diff)
downloadscummvm-rg350-5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724.tar.gz
scummvm-rg350-5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724.tar.bz2
scummvm-rg350-5ca87c1269a2dea3eb0e0e04cfdcf9edd9a74724.zip
Fixed a bit the gui for FT and DIG. It still doesn't display a thing but it's not crashing anymore
svn-id: r3828
Diffstat (limited to 'akos.cpp')
-rw-r--r--akos.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/akos.cpp b/akos.cpp
index 379b2227f9..54db7e3c6e 100644
--- a/akos.cpp
+++ b/akos.cpp
@@ -773,15 +773,17 @@ void Scumm::akos_codec1(AkosRenderer *ar) {
return;
case 2:
// akos_c1_spec2(ar);
+ warning("akos_c1_spec2");
return;
case 3:
// akos_c1_spec3(ar);
+ warning("akos_c1_spec3");
return;
}
akos_generic_decode(ar);
- // akos_c1_0y_decode(ar);
+// akos_c1_0y_decode(ar);
#if 0