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
Unfortunately, the Linux version of the client stuck in 4.10.0 which has different enums comparing to the latest game.
Thus we should support both versions.
Generate separate list of type ids for 4.10.0.
Introduce SC2_VERSION cmake variable.
Compile with different subset of enums according to the requested version.
Unfortunately, the Linux version of the client stuck in 4.10.0 which has different enums comparing to the latest game.
Thus we should support both versions.