DaloLorn / Rising-Stars

A large-scale mod for Star Ruler 2.
http://steamcommunity.com/sharedfiles/filedetails/?id=812827373
Other
18 stars 7 forks source link

Fix nebula-related infinite recursion. #46

Closed DaloLorn closed 7 years ago

DaloLorn commented 7 years ago
DaloLorn commented 7 years ago

Okay, writing this down for further reference:

Macronebula should store two arrays: one pointing at all of its component nebulae, and one pointing at all systems adjacent to it. The component nebulae should, as mentioned above, point back to their Macronebula instance for ease of access.

DaloLorn commented 7 years ago

This is now done. Nebulae can be used in the game again.