aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-09-21 20:05:47 +0200
committerWillem Jan Palenstijn2013-09-21 20:05:47 +0200
commit4b5ca10f68effb88e297d72f6ea366d760acf9ed (patch)
tree4a410f6c32f452afaef54c43119730cf6b53c60b /common
parenta6d902df2827b91dc641b6f51c0a070b70a09179 (diff)
parent97b255ab33fa5fcd4507573e77cd42a8406e1b55 (diff)
downloadscummvm-rg350-4b5ca10f68effb88e297d72f6ea366d760acf9ed.tar.gz
scummvm-rg350-4b5ca10f68effb88e297d72f6ea366d760acf9ed.tar.bz2
scummvm-rg350-4b5ca10f68effb88e297d72f6ea366d760acf9ed.zip
Merge branch 'master' into sci_midiparser
Conflicts: engines/sci/sound/midiparser_sci.cpp
Diffstat (limited to 'common')
-rw-r--r--common/coroutines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/coroutines.h b/common/coroutines.h
index 834c67f6e4..409a8977bd 100644
--- a/common/coroutines.h
+++ b/common/coroutines.h
@@ -146,6 +146,7 @@ public:
#define CORO_BEGIN_CODE(x) \
if (&coroParam == &Common::nullContext) assert(!Common::nullContext); \
if (!x) { coroParam = x = new CoroContextTag(); } \
+ x->DUMMY = 0; \
Common::CoroContextHolder tmpHolder(coroParam); \
switch (coroParam->_line) { case 0:;