Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even though the game's language is c++ the code is very c-like, which leads to clumsy function calls like is_human_faction() - this could be expressed more elegantly using a class with a fitting interface.
Do you think the code was written that way or is this due to the decompilation?
Any plans to use clearer classes in the future?
Beta Was this translation helpful? Give feedback.
All reactions