Zeno, yes. color.h had a holdover definition of MIL I had forgotten about and when it finally got removed it revealed the fix for the act_wiz.c stuff was relying on it. That and a couple of other things I've now forgotten about had the same issue. The FUSS packages on the download site here shouldn't have that problem.
SmaugMuds.org: http://www.smaugmuds.org - The Smaug MUDs Community Center
"The past was erased, the erasure was forgotten, the lie became truth." -- George Orwell, 1984
If you look at the actual text you have [i] in it, which means italics. Use the MUSHclient notepad "quote forum codes" function, or if you don't want to do that, use an editor to change:
BAsically you have an older copy of the FUSS code. The bug you've got was later fixed by the updated do_setclass and do_setrace fixes. You need to replace the entirety of both functions to fix that.
SmaugMuds.org: http://www.smaugmuds.org - The Smaug MUDs Community Center
"The past was erased, the erasure was forgotten, the lie became truth." -- George Orwell, 1984
gcc -c -O -g2 -Wall -DI3 -DI3SMAUG act_wiz.c
act_wiz.c: In function `do_setclass':
act_wiz.c:7545: `MIL' undeclared (first use in this function)
act_wiz.c:7545: (Each undeclared identifier is reported only once
act_wiz.c:7545: for each function it appears in.)
act_wiz.c:7545: warning: unused variable `arg1'
act_wiz.c:7545: warning: unused variable `arg2'
act_wiz.c: In function `do_setrace':
act_wiz.c:7945: `MSL' undeclared (first use in this function)
act_wiz.c:7945: `MIL' undeclared (first use in this function)
act_wiz.c:7945: warning: unused variable `buf'
act_wiz.c:7945: warning: unused variable `arg1'
act_wiz.c:7945: warning: unused variable `arg2'
act_wiz.c:7945: warning: unused variable `arg3'
make[1]: *** [act_wiz.o] Error 1
I never touched do_setclass at all. Here's some lines.
Also those unused variables were never there before... I don't see why act_wiz.c just suddenly does this... Any idea why? And is that part of the code stock code?
Zeno McDohl,
Owner of Bleached InuYasha Galaxy
http://www.biyg.org
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.