GCC bug workaround... (merge from branch-0-5-0)
svn-id: r9429
This commit is contained in:
parent
b2d8522b11
commit
3e42d8972f
1 changed files with 4 additions and 0 deletions
|
@ -1635,6 +1635,10 @@ bool SkyLogic::fnSpeakWaitDir(uint32 a, uint32 b, uint32 c) {
|
||||||
b is text message number
|
b is text message number
|
||||||
c is base of mini table within anim_talk_table */
|
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->flag = (uint16)a;
|
||||||
_compact->logic = L_LISTEN;
|
_compact->logic = L_LISTEN;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue