diff options
author | Johannes Schickel | 2009-02-01 20:13:05 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-02-01 20:13:05 +0000 |
commit | 68b7cb265d268bda7a78a69e4710f096660b66e5 (patch) | |
tree | 34832695ec395797f1f097349372d054374123a0 | |
parent | ce4c7f4a118f741021a81eb6fe2f6ffa8b9e509b (diff) | |
download | scummvm-rg350-68b7cb265d268bda7a78a69e4710f096660b66e5.tar.gz scummvm-rg350-68b7cb265d268bda7a78a69e4710f096660b66e5.tar.bz2 scummvm-rg350-68b7cb265d268bda7a78a69e4710f096660b66e5.zip |
Oops removed accidently commited code.
svn-id: r36182
-rw-r--r-- | engines/kyra/script_tim.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp index 67e22b8abb..3df1daf306 100644 --- a/engines/kyra/script_tim.cpp +++ b/engines/kyra/script_tim.cpp @@ -149,10 +149,6 @@ TIM *TIMInterpreter::load(const char *filename, const Common::Array<const TIMOpc if (!_vm->resource()->exists(filename)) return 0; - for (int i = 0; i < ARRAYSIZE(_animations); ++i) - delete _animations[i].wsa; - memset(_animations, 0, sizeof(_animations)); - ScriptFileParser file(filename, _vm->resource()); if (!file) error("Couldn't open TIM file '%s'", filename); |