worldscale, worldsize goes in world.hh

master
Daniel Kolesa 2020-06-23 00:27:58 +02:00
parent 10bd470b40
commit b30f264b77
2 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,4 @@
extern dynent *player;
extern physent *camera1; // special ent that acts as camera, same object as player1 in FPS mode
extern int worldscale, worldsize;
#endif

View File

@ -27,6 +27,8 @@ enum
extern vector<int> outsideents;
extern vector<int> entgroup;
extern int worldscale, worldsize;
extern int spotlights;
extern int volumetriclights;
extern int nospeclights;