aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index 77ca347..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
@@ -79,6 +79,7 @@ public:
Texturec *tex;
+ unsigned int randDialog;
void draw(void);
void spawn(float, float);