fix unused variables

This commit is contained in:
Mark 2005-05-05 22:39:17 +00:00
parent 7d4eba03e6
commit fb657ea8dc

7
play.c
View file

@ -589,14 +589,7 @@ int KeepYahtzeeDice (CmdParams* cmdparams)
*/
void reroll(CmdParams* cmdparams, int rolltype) {
GameData *gd;
char *ydiec[5];
char *dienums;
int keepdie[5];
char *tstdni;
char *buf;
int kdt1;
int kdt2;
int i, dc;
if (!GetUserModValue(cmdparams->source)) {