You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- removed FMod as the last remaining piece of code that is not GPL co…
…mpatible.
Please consider GZDoom as licensed under the GPL starting with this commit, even though the license headers have not been changed yet.
- fixed: FxAssign used the wrong value type for emitting the store op…
…eration.
It used the expression's value type, but needs to use the variable's, which can be different when the assignment is synthesized from a builtin function.
# Conflicts:
# src/scripting/backend/vmbuilder.cpp