mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-04 19:04:08 +00:00
Fix typos in a52b26c782
This commit is contained in:
parent
4c8fc05de8
commit
7d158f5f1c
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
@ -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),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue