ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/rendercache.c
(Generate patch)

Comparing deliantra/Deliantra-Client/rendercache.c (file contents):
Revision 1.1 by root, Sat Aug 11 11:07:09 2007 UTC vs.
Revision 1.2 by root, Sat Aug 11 11:41:24 2007 UTC

48} 48}
49 49
50static void 50static void
51rc_v2f (rc_array_t *arr, float x, float y) 51rc_v2f (rc_array_t *arr, float x, float y)
52{ 52{
53 STRLEN len = SvCUR (arr) + sizeof (float) * 5; 53 STRLEN len = SvCUR (arr) + sizeof (float) * 2;
54 SvGROW (arr, len); 54 SvGROW (arr, len);
55 55
56 ((float *)SvEND (arr))[0] = x; 56 ((float *)SvEND (arr))[0] = x;
57 ((float *)SvEND (arr))[1] = y; 57 ((float *)SvEND (arr))[1] = y;
58 58

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines