mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
extern with = really should be an error...
This commit is contained in:
parent
05df43535e
commit
2c4f7410fd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
@extern .float spawnsilent;
|
||||
@extern .vector old_velocity;
|
||||
//POX v1.2 REMOVED EARTHQUAKE! (not suitable for DM)
|
||||
@extern void() func_earthquake = {remove(@self);};
|
||||
@extern void() func_earthquake;
|
||||
//Water Movement
|
||||
@extern .float uwmuffle; //underwater muffle sound timeout
|
||||
@extern .float onwsound; //on water sound timeout
|
||||
|
|
Loading…
Reference in a new issue