mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 05:11:58 +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
|
||||
--------------------------------------
|
||||
* 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
|
||||
sound, aim, setspawnparms
|
||||
--------------------------------------
|
||||
|
|
Loading…
Reference in a new issue