I got the following error compiling Pl3. Anyone got any ideas? I compiled PL2 the other day without a single warning.
--------------------Configuration: pennmush - Win32 Debug--------------------
Compiling...
command.c
d:\pennmushpl3\src\command.c(283) : error C2065: 'cmd_desert' : undeclared identifier
d:\pennmushpl3\src\command.c(283) : error C2099: initializer is not a constant
d:\pennmushpl3\src\command.c(283) : warning C4047: 'initializing' : 'void (__cdecl *)()' differs in levels of indirection from 'const int '
d:\pennmushpl3\src\command.c(284) : error C2065: 'cmd_dismiss' : undeclared identifier
d:\pennmushpl3\src\command.c(284) : error C2099: initializer is not a constant
d:\pennmushpl3\src\command.c(284) : warning C4047: 'initializing' : 'void (__cdecl *)()' differs in levels of indirection from 'const int '
Error executing cl.exe.
pennmush.exe - 4 error(s), 2 warning(s)
--------------------Configuration: pennmush - Win32 Debug--------------------
Compiling...
command.c
d:\pennmushpl3\src\command.c(283) : error C2065: 'cmd_desert' : undeclared identifier
d:\pennmushpl3\src\command.c(283) : error C2099: initializer is not a constant
d:\pennmushpl3\src\command.c(283) : warning C4047: 'initializing' : 'void (__cdecl *)()' differs in levels of indirection from 'const int '
d:\pennmushpl3\src\command.c(284) : error C2065: 'cmd_dismiss' : undeclared identifier
d:\pennmushpl3\src\command.c(284) : error C2099: initializer is not a constant
d:\pennmushpl3\src\command.c(284) : warning C4047: 'initializing' : 'void (__cdecl *)()' differs in levels of indirection from 'const int '
Error executing cl.exe.
pennmush.exe - 4 error(s), 2 warning(s)