1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-04 19:04:08 +00:00
This commit is contained in:
fgenesis 2013-04-28 22:44:28 +02:00
parent 4c8fc05de8
commit 7d158f5f1c
2 changed files with 2 additions and 1 deletions

View file

@ -71,7 +71,7 @@ enum SeeMapMode
SEE_MAP_NEVER = 0, SEE_MAP_NEVER = 0,
SEE_MAP_DEFAULT = 1, SEE_MAP_DEFAULT = 1,
SEE_MAP_ALWAYS = 2, SEE_MAP_ALWAYS = 2,
} };
class SongIconParticle : public Quad class SongIconParticle : public Quad
{ {

View file

@ -7784,6 +7784,7 @@ static const struct {
luaRegister(avatar_setCanDie), luaRegister(avatar_setCanDie),
luaRegister(setCanActivate), luaRegister(setCanActivate),
luaRegister(setSeeMapMode),
luaRegister(avatar_toggleCape), luaRegister(avatar_toggleCape),
luaRegister(avatar_setPullTarget), luaRegister(avatar_setPullTarget),