Renamed some object flags

This commit is contained in:
NovaRain
2023-03-05 10:18:59 +08:00
parent a75886a020
commit 56150d572a
7 changed files with 24 additions and 21 deletions
+2 -6
View File
@@ -11,14 +11,10 @@
*/
#include "..\headers\define.h"
//#include "..\headers\command.h"
#include "..\headers\global.h"
#include "..\headers\critrpid.h"
#include "main.h"
#define OBJ_DATA_LIGHT_DISTANCE (0x6C)
#define OBJ_DATA_LIGHT_INTENSITY (0x70)
#define PID_PLAYER (16777216)
procedure start;
procedure AllowControl(variable pid);
procedure SetLight(variable critter, variable int, variable dist);