Can jump through hexen2 windows now, changing h2 classes no longer kills the server. Provided Sys_EnumerateFiles for win32+unix targets, other targets will now spam warnings, as its kinda needed for fs_cache (which is default).
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3578 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1f621ac18c
commit
6d8e3b01a9
14 changed files with 867 additions and 73 deletions
|
@ -787,8 +787,8 @@ typedef struct
|
|||
#define MOVETYPE_BOUNCE 10
|
||||
#define MOVETYPE_BOUNCEMISSILE 11 // bounce w/o gravity
|
||||
#define MOVETYPE_FOLLOW 12 // track movement of aiment
|
||||
#define MOVETYPE_PUSHPULL 13 // pushable/pullable object
|
||||
#define MOVETYPE_SWIM 14 // should keep the object in water
|
||||
#define MOVETYPE_H2PUSHPULL 13 // pushable/pullable object
|
||||
#define MOVETYPE_H2SWIM 14 // should keep the object in water
|
||||
#define MOVETYPE_PHYSICS 32
|
||||
|
||||
// edict->solid values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue