== Core ==

Tried to fix renderlayer crash, that was introduced with NTSC-patch
on 64bit platforms.
This commit is contained in:
Peter Schlaile 2007-10-21 20:18:54 +00:00
parent af03bbe412
commit a4e8e87983

@ -241,16 +241,16 @@ typedef struct RenderData {
*/
short osa;
short frs_sec, edgeint;
/* safety, border and display rect */
rctf safety, border;
rcti disprect;
/* information on different layers to be rendered */
ListBase layers;
short actlay, pad2;
short actlay, pad;
short edgeint;
short frs_sec;
float frs_sec_base;
/**