Hello,
I used Jamez's adding a new weapon tutorial at this site:
http://diehardwolfers.areyep.com/viewtopic.php?t=1910
and I added 3 weapons into the Wolf3d engine,
I also used BrotherTank's Display Different Ammo On StatusBar
Tutorial at this site:
http://diehardwolfers.areyep.com/viewtopic.php?t=187
But when I compiled wl_agent.c, I got some errors when I tried to
compile.
Compiling WL_AGENT.C:
•Error WL_AGENT.C 583: Declaration is not allowed here
Error WL_AGENT.C 584: Declaration syntax error
Here's my code for lines 583 & 584 in wl_agent.c:
void DrawKeys (void)
{
Do you know how to fix those compiler errors listed above? If so,
please tell me.
Thanks.
Ling Yan