GCC bug workaround... (merge from branch-0-5-0)

svn-id: r9429
This commit is contained in:
Marcus Comstedt 2003-08-03 14:28:58 +00:00
parent b2d8522b11
commit 3e42d8972f

View file

@ -1635,6 +1635,10 @@ bool SkyLogic::fnSpeakWaitDir(uint32 a, uint32 b, uint32 c) {
b is text message number
c is base of mini table within anim_talk_table */
#ifdef __DC__
__builtin_alloca(4); // Works around a gcc bug
#endif
_compact->flag = (uint16)a;
_compact->logic = L_LISTEN;