add custom physics module to \irresistible\

This commit is contained in:
Lorenc Pekaj 2018-12-12 22:51:49 +11:00
parent a012c0268a
commit 87468b5e9e
3 changed files with 1066 additions and 1 deletions

View File

@ -20,6 +20,7 @@
#include "irresistible\lookup.pwn"
#include "irresistible\servervars.pwn"
#include "irresistible\sampac.pwn"
#include "irresistible\physics_dynamic.pwn" // required for cnr\features\pool.pwn
// #include "irresistible\analytics.pwn"
// gta related variables

View File

@ -7,7 +7,7 @@
/* ** Includes ** */
#include < YSI\y_hooks >
#include < physics_dynamic >
//#include < physics_dynamic >
/* ** Definitions ** */
#define POCKET_RADIUS 0.09

File diff suppressed because it is too large Load Diff