Azymn
07-30-2002, 10:37 PM
Hey Dest (unless someone else knows),
When compiling the ui for your jediMod1.1 src, i get the following errors:
ui_main.c(2717) : error C2065: 'UI_EFFECTS_SABER' : undeclared identifier
ui_main.c(2717) : error C2051: case expression not constant
ui_main.c(2720) : error C2065: 'UI_EFFECTS_SABER2' : undeclared identifier
ui_main.c(2720) : error C2051: case expression not constant
ui_main.c(5498) : error C2065: 'FEEDER_HILTS' : undeclared identifier
ui_main.c(5498) : error C2051: case expression not constant
This also happened when compiling for the 1.0 src code, so whatever i'm doing wrong i've done wrong before. I assumed they were enums somewhere but couldn't find them.
Thanks for the help.
When compiling the ui for your jediMod1.1 src, i get the following errors:
ui_main.c(2717) : error C2065: 'UI_EFFECTS_SABER' : undeclared identifier
ui_main.c(2717) : error C2051: case expression not constant
ui_main.c(2720) : error C2065: 'UI_EFFECTS_SABER2' : undeclared identifier
ui_main.c(2720) : error C2051: case expression not constant
ui_main.c(5498) : error C2065: 'FEEDER_HILTS' : undeclared identifier
ui_main.c(5498) : error C2051: case expression not constant
This also happened when compiling for the 1.0 src code, so whatever i'm doing wrong i've done wrong before. I assumed they were enums somewhere but couldn't find them.
Thanks for the help.