diff options
Diffstat (limited to 'include/entities.h')
-rw-r--r-- | include/entities.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h index 64a251a..dd3adab 100644 --- a/include/entities.h +++ b/include/entities.h @@ -16,7 +16,7 @@ enum _TYPE { //these are the main types of entities OBJECTT = -2, - STRUCTURET = -1, + STRUCTURET, PLAYERT, NPCT, MOBT |