Module Name: src Committed By: dholland Date: Sun Mar 30 02:11:25 UTC 2014
Modified Files: src/games/hunt/hunt: playit.c Log Message: When indexing an array with a char, cast it to unsigned char, not int, to not only silence the compiler warning but also get the correct behavior. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/hunt/hunt/playit.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.