lint follow up

Janet wrote:
>There is one more new complaint that might cause problems:
>explode.c(545): warning: conversion from long may lose accuracy
This commit is contained in:
nethack.allison
2003-02-19 05:12:31 +00:00
parent 0f51c0174f
commit 1284e86476
3 changed files with 5 additions and 5 deletions

View File

@@ -585,7 +585,7 @@ E long FDECL(rndexp, (BOOLEAN_P));
/* ### explode.c ### */
E void FDECL(explode, (int,int,int,int,CHAR_P,int));
E int FDECL(scatter, (int, int, int, unsigned int, struct obj *));
E long FDECL(scatter, (int, int, int, unsigned int, struct obj *));
E void FDECL(splatter_burning_oil, (int, int));
/* ### extralev.c ### */