mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-28 22:52:26 +00:00
mention self -> @self
This commit is contained in:
parent
1408ef7253
commit
29f0c3bb6e
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ To install on a new mod, do all this:
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
FIXME installing and linking instrunctions here
|
FIXME installing and linking instrunctions here
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
* Change all occurrences of "self" to "@self". One way of doing this is to
|
||||||
|
pass the code through a preprocessor with "-Dself=@self"
|
||||||
|
--------------------------------------
|
||||||
* Comment out the following functions in defs.qc
|
* Comment out the following functions in defs.qc
|
||||||
sound, aim, setspawnparms
|
sound, aim, setspawnparms
|
||||||
--------------------------------------
|
--------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue