diff options
author | Christopher Schwarz <lakitu7@gmail.com> | 2010-04-22 16:48:14 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:17:35 +0000 |
commit | b941fd1c2c54ce76ad37dd897d8ee5a006d043cc (patch) | |
tree | 6e6bae16ebdbbd38bec829b928f237fcdcabd1c6 | |
parent | 00812ef4617697f15632a068439193b044c1b5cd (diff) |
* Fix some formatting/comments (Rezyn)
-rw-r--r-- | src/qcommon/surfaceflags.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qcommon/surfaceflags.h b/src/qcommon/surfaceflags.h index 118d9d32..e5ba0c66 100644 --- a/src/qcommon/surfaceflags.h +++ b/src/qcommon/surfaceflags.h @@ -62,8 +62,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA // custominfoparms below #define CONTENTS_NOALIENBUILD 0x1000 //disallow alien building -#define CONTENTS_NOHUMANBUILD 0x2000 //disallow alien building -#define CONTENTS_NOBUILD 0x4000 //disallow alien building +#define CONTENTS_NOHUMANBUILD 0x2000 //disallow human building +#define CONTENTS_NOBUILD 0x4000 //disallow building #define SURF_NODAMAGE 0x1 // never give falling damage #define SURF_SLICK 0x2 // effects game physics |