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:
parent
db5fcfa632
commit
e6063c16a3
1 changed files with 2 additions and 0 deletions
|
@ -40,6 +40,8 @@ static const char *scriptObjTypeNames[] =
|
|||
/* (1 <<12) */ "PauseQuad",
|
||||
/* (1 <<13) */ "Shader",
|
||||
/* (1 <<14) */ "ParticleEffect",
|
||||
/* (1 <<15) */ "QuadGrid",
|
||||
/* (1 <<16) */ "CollideQuad",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue