-fixed sp,e demos issues and crashes

This commit is contained in:
Mergul 2021-03-06 23:39:43 +01:00
parent fa0c196c60
commit 2107f3908c
9 changed files with 100 additions and 42 deletions

View file

@ -54,6 +54,7 @@ struct VariableGUI
Type type;
const (char)* name;
ushort offset;
bool disabled = false;
union
{
Int int_;