CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/04/02 11:39:34
Modified files:
games/blobwars : Makefile
Added files:
games/blobwars/patches: patch-src_init_cpp patch-src_map_cpp
patch-src_player_cpp
Log message:
- Don't try to close joysticks that have never been opened (and do not
even exist, although reported as existing by SDL).
>From Antti Harri <[email protected]>.
- Don't pass -1 to a function expecting an unsigned int (ugly quick-fix
by adding a cast; I'll suggest upstream to fix this in a better way).
- Fix an sizeof (char *) error.
The latter two fix the build on arm.