mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-10 15:21:34 +00:00
...
This commit is contained in:
parent
2d5646c3d0
commit
c3ee3bb7ec
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ void spark_think( gentity_t *ent )
|
|||
}
|
||||
|
||||
//T3h TiM-zor was here
|
||||
void spark_use( gentity_t *self, gentity_t *other, gentity_t *activator ) {
|
||||
void spark_use( gentity_t* self, gentity_t*, gentity_t* ) {
|
||||
|
||||
if ( self->count != 0) {
|
||||
self->think = NULL;
|
||||
|
|
Loading…
Reference in a new issue