New version of KB_routines.c . In the last one the main character didn't get the money for the upgrades during berthing, although I have no idea why this doesnt work
while this does
Have I spent too much time with C# lately?
-edit- instead of keeping the updated file here, I updated the download in the post above(the one with all files)
Code:
GetMainCharacter().Money = sti(GetMainCharacter().Money) + cost;
Code:
char = GetMainCharacter();
char.Money = sti(char.Money) + cost;
Have I spent too much time with C# lately?
-edit- instead of keeping the updated file here, I updated the download in the post above(the one with all files)