1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-04-07 23:27:12 +00:00

forgot strings for object types

This commit is contained in:
fgenesis 2025-03-22 06:13:20 +01:00
parent db5fcfa632
commit e6063c16a3

View file

@ -40,6 +40,8 @@ static const char *scriptObjTypeNames[] =
/* (1 <<12) */ "PauseQuad",
/* (1 <<13) */ "Shader",
/* (1 <<14) */ "ParticleEffect",
/* (1 <<15) */ "QuadGrid",
/* (1 <<16) */ "CollideQuad",
NULL
};