mention self -> @self

This commit is contained in:
Bill Currie 2003-08-22 20:14:04 +00:00
parent 1408ef7253
commit 29f0c3bb6e

View file

@ -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
--------------------------------------