aboutsummaryrefslogtreecommitdiff
path: root/simon/intern.h
diff options
context:
space:
mode:
authorMax Horn2002-10-30 23:52:19 +0000
committerMax Horn2002-10-30 23:52:19 +0000
commit3de70690b92e472b4e6d75d5233fa1b596298f7b (patch)
tree6a749886a80d4e1ef958c9fc99bc7302ae252447 /simon/intern.h
parent8ac61bee6d2d27d88ba65fdd3ad9b1575304ec0e (diff)
downloadscummvm-rg350-3de70690b92e472b4e6d75d5233fa1b596298f7b.tar.gz
scummvm-rg350-3de70690b92e472b4e6d75d5233fa1b596298f7b.tar.bz2
scummvm-rg350-3de70690b92e472b4e6d75d5233fa1b596298f7b.zip
don't open files all the time just to detect whether we use VOC/WAV/MP3 music: we have a concept of so called 'variables' which can be used to store data, make use of this cool technique <g>; load effects even if voice file is missing; cleanup
svn-id: r5354
Diffstat (limited to 'simon/intern.h')
-rw-r--r--simon/intern.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/simon/intern.h b/simon/intern.h
index 5628c948e6..a2603709ea 100644
--- a/simon/intern.h
+++ b/simon/intern.h
@@ -39,9 +39,6 @@ struct Child2 : Child {
int16 array[1];
};
-struct Child3 : Child {
-};
-
struct Child9 : Child {
uint16 array[4];
};