mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-02-08 15:51:49 +00:00
Bugfixes ...
This commit is contained in:
parent
a7ce8bdabb
commit
bb98fca47a
1 changed files with 2 additions and 2 deletions
|
@ -1087,7 +1087,7 @@ static const luaL_Reg Entity_ctor[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
void dummy(gentity_t *ent) {
|
void dummy(gentity_t *ent) {
|
||||||
ent->damage;
|
//ent->damage;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const luaL_Reg Entity_meta[] = {
|
static const luaL_Reg Entity_meta[] = {
|
||||||
|
@ -1141,7 +1141,7 @@ static const luaL_Reg Entity_meta[] = {
|
||||||
{"SetClipmask", Entity_SetClipmask},
|
{"SetClipmask", Entity_SetClipmask},
|
||||||
|
|
||||||
{"GetCount", Entity_GetCount},
|
{"GetCount", Entity_GetCount},
|
||||||
{"SetCount", Enitty_SetCount},
|
{"SetCount", Entity_SetCount},
|
||||||
|
|
||||||
{NULL, NULL}
|
{NULL, NULL}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue