So, I converted exit_info to extended bitvectors. I've converted all the code, but one pice. I am stuck here.
proom->exflags[x] = eroom->exit_info;
I can't seem to convert that bit to accept extended bitvectors. This is within ships.c in do_makeprototypeship.
Now, I don't even think makeprototypeship works, but I'd like to move in that direction, so I figured this would be a starting point.
Any ideas?
Also, anyone else messed with extended bitvectors much? pros? cons?