I am trying to change the name of skills: blasters, starfighters, and makeblaster to guns, mobile suits, and makegun, respectively.
I have changed everything in the swskills.c, fight.c, mud.h, tables.c, space.c, and everything that came up as errors in Cygwin, but i keep getting this:
It does like that for the other makegun also. And in each of these I made sure that each said gsn_whatever. I don't know where the underscore before gsn came from. And the three skills are listed in the right spot in mud.h.
I have changed everything in the swskills.c, fight.c, mud.h, tables.c, space.c, and everything that came up as errors in Cygwin, but i keep getting this:
o/fight.o: In function 'weapon_prof_bonus_check':
/cygdrive/c/dist/src/fight.c:534: undefined reference to '_gsn_guns'
o/space.o: In funtcion 'do_launch':
/cygdrive/c/dist/src/space.c:4670: undefined reference to '_gsn_mobilesuits'
/cygdrive/c/dist/src/space.c:4772: undefined reference to '_gsn_mobilesuits'
/cygdrive/c/dist/src/space.c:4783: undefined reference to '_gsn_mobilesuits'
o/space.o: In function 'do_land'
/cygdrive/c/dist/src/space.c:5147: undefined reference to '_gsn_mobilesuits'
/cygdrive/c/dist/src/space.c:5163: undefined reference to '_gsn_mobilesuits'
o/space.o:/cygdrive/c/dist/src/space.c:5177: more undefined references to '_gsn_mobilesuits' follow
It does like that for the other makegun also. And in each of these I made sure that each said gsn_whatever. I don't know where the underscore before gsn came from. And the three skills are listed in the right spot in mud.h.