mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
nope ... this one is getting annoying
This commit is contained in:
parent
0d03a3e109
commit
dc645631e4
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ void G_FreeEntity( gentity_t *ed ) {
|
|||
ed->inuse = qfalse;
|
||||
}
|
||||
|
||||
/*@temp@*/ gentity_t *G_TempEntity( vec3_t origin, int event ) {
|
||||
/*@only@*/ gentity_t *G_TempEntity( vec3_t origin, int event ) {
|
||||
gentity_t *e;
|
||||
vec3_t snapped;
|
||||
|
||||
|
|
Loading…
Reference in a new issue