== REDCODE ==

got #endif position wrong, breaking compile without redcode, sorry.
(Thanks to jms for pointing that out)
This commit is contained in:
Peter Schlaile 2008-06-03 06:42:13 +00:00
parent 510d4b22ec
commit 6eeef64370

@ -960,8 +960,8 @@ static struct ImBuf * anim_getnew(struct anim * anim) {
if (startredcode(anim)) return (0);
ibuf = IMB_allocImBuf (8, 8, 32, 0, 0);
break;
}
#endif
}
return(ibuf);
}