mirror of
https://github.com/UberGames/RPG-X2.git
synced 2025-02-02 05:01:30 +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) {
|
||||
ent->damage;
|
||||
//ent->damage;
|
||||
}
|
||||
|
||||
static const luaL_Reg Entity_meta[] = {
|
||||
|
@ -1141,7 +1141,7 @@ static const luaL_Reg Entity_meta[] = {
|
|||
{"SetClipmask", Entity_SetClipmask},
|
||||
|
||||
{"GetCount", Entity_GetCount},
|
||||
{"SetCount", Enitty_SetCount},
|
||||
{"SetCount", Entity_SetCount},
|
||||
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue