Descent3
Descent3 copied to clipboard
Use vector instead of array, and proper referencing
Instead of using a hardcode-size array for app instances, use a vector instead. This cleans up some bad referencing as well.