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

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.307 by root, Thu Oct 14 03:44:18 2010 UTC vs.
Revision 1.309 by root, Mon Dec 26 22:30:21 2011 UTC

821 821
822 const_iv (FOW_DARKNESS) 822 const_iv (FOW_DARKNESS)
823# undef const_iv 823# undef const_iv
824 }; 824 };
825 825
826 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 826 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ > const_iv; civ--)
827 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 827 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv));
828 828
829 assert (SDLK_MODIFIER_MIN == SDLK_NUMLOCK); 829 assert (SDLK_MODIFIER_MIN == SDLK_NUMLOCK);
830 assert (SDLK_MODIFIER_MAX == SDLK_COMPOSE); 830 assert (SDLK_MODIFIER_MAX == SDLK_COMPOSE);
831} 831}
832 832
1139 OUTPUT: 1139 OUTPUT:
1140 RETVAL 1140 RETVAL
1141 1141
1142void 1142void
1143IMG_Init (int flags = IMG_INIT_JPG | IMG_INIT_PNG) 1143IMG_Init (int flags = IMG_INIT_JPG | IMG_INIT_PNG)
1144
1145void
1146Mix_Init (int flags = MIX_INIT_MOD | MIX_INIT_MP3 | MIX_INIT_OGG)
1144 1147
1145void 1148void
1146load_image_inline (SV *image_) 1149load_image_inline (SV *image_)
1147 ALIAS: 1150 ALIAS:
1148 load_image_file = 1 1151 load_image_file = 1
3158 const_iv (GL_FUNC_SUBTRACT), 3161 const_iv (GL_FUNC_SUBTRACT),
3159 const_iv (GL_FUNC_REVERSE_SUBTRACT), 3162 const_iv (GL_FUNC_REVERSE_SUBTRACT),
3160# undef const_iv 3163# undef const_iv
3161 }; 3164 };
3162 3165
3163 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 3166 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ > const_iv; civ--)
3164 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 3167 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv));
3165 3168
3166 texture_av = newAV (); 3169 texture_av = newAV ();
3167 AvREAL_off (texture_av); 3170 AvREAL_off (texture_av);
3168} 3171}
3169 3172

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines