mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-04-22 08:50:48 +00:00
possbil fix
This commit is contained in:
parent
c48eec3086
commit
44034d927c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ void Use_Target_Give( gentity_t *ent, /*@unused@*/ gentity_t *other, gentity_t *
|
|||
//FIXME: Make the text parsed on load time. saves on resources!!
|
||||
void SP_target_give( gentity_t *ent )
|
||||
{
|
||||
char* items;
|
||||
/*@shared@*/ char* items;
|
||||
char* textPtr;
|
||||
char* token;
|
||||
unsigned weapon;
|
||||
|
|
Loading…
Reference in a new issue