Re: Problem after adding new levels

From: Daniel A. Koepke (dkoepke@california.com)
Date: 12/25/99


On Sat, 25 Dec 1999, Brandon Phelps wrote:

> gcc -g -O2 -Wall    -c act.comm.c -o act.comm.o
> act.comm.c: In function `do_tell':
> act.comm.c:160: warning: comparison is always 1 due to limited range of data
> type
> act.comm.c:162: warning: comparison is always 0 due to limited range of data
> type

You've added more than 256 levels without changing the level type to
something larger than 'byte', eh?  BTW, changing it from 'byte' will
change the size of a player record, so if you're using binary player
files, you'll either have to do a pfile wipe or convert the pfiles.

-dak


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     |  http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html  |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST