• Limitless_screaming
    link
    fedilink
    131 year ago

    Function is changing a global variable, the global variable is checked after every call to the function. That’s your return value.

    • qazOP
      link
      12
      edit-2
      1 year ago

      I spent 3 hours debugging the serialization code to find out it the crash was because the function didn’t have a return statement.