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.73 by root, Fri May 5 19:30:14 2006 UTC vs.
Revision 1.74 by root, Sat May 6 20:14:57 2006 UTC

277{ 277{
278 SDL_UserEvent ev; 278 SDL_UserEvent ev;
279 279
280 ev.type = SDL_USEREVENT; 280 ev.type = SDL_USEREVENT;
281 ev.code = 1; 281 ev.code = 1;
282 ev.data1 = (void *)channel; 282 ev.data1 = (void *)(long)channel;
283 ev.data2 = 0; 283 ev.data2 = 0;
284 284
285 SDL_PushEvent ((SDL_Event *)&ev); 285 SDL_PushEvent ((SDL_Event *)&ev);
286} 286}
287 287

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines