mirror of
https://git.code.sf.net/p/quake/prozac-qfcc
synced 2025-02-26 05:50:59 +00:00
11 lines
102 B
C++
11 lines
102 B
C++
|
entity () real_spawn;
|
||
|
|
||
|
entity () spawn =
|
||
|
{
|
||
|
local entity ent;
|
||
|
|
||
|
ent = real_spawn ();
|
||
|
|
||
|
return ent;
|
||
|
};
|