I get this when I try to build the exe.
--------------------Configuration: smaug140 - Win32 Debug--------------------
Compiling...
const.c
c:\mud\smsource\const.c(51) : error C2078: too many initializers
player.c
c:\mud\smsource\player.c(73) : error C2143: syntax error : missing ')' before 'else'
c:\mud\smsource\player.c(78) : error C2001: newline in constant
c:\mud\smsource\player.c(79) : error C2143: syntax error : missing ')' before 'else'
Error executing cl.exe.
smaug.exe - 4 error(s), 0 warning(s)
I am not used to these kind of errors so any help resolving them so I can build will be very helpful.
Thanks,
Kyle
--------------------Configuration: smaug140 - Win32 Debug--------------------
Compiling...
const.c
c:\mud\smsource\const.c(51) : error C2078: too many initializers
player.c
c:\mud\smsource\player.c(73) : error C2143: syntax error : missing ')' before 'else'
c:\mud\smsource\player.c(78) : error C2001: newline in constant
c:\mud\smsource\player.c(79) : error C2143: syntax error : missing ')' before 'else'
Error executing cl.exe.
smaug.exe - 4 error(s), 0 warning(s)
I am not used to these kind of errors so any help resolving them so I can build will be very helpful.
Thanks,
Kyle