X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=globals.h;h=c7d62d214751eedfc25aa6df3b627da42a06231b;hp=058e32c8c2b54cf42df5cf89f0f2584a81d1f2f7;hb=fe589a3051db988450daaf58dd76b2fb321abdba;hpb=f1c86cda52b306cdfbe62e1776eb38cff811f47b diff --git a/globals.h b/globals.h index 058e32c..c7d62d2 100644 --- a/globals.h +++ b/globals.h @@ -35,10 +35,7 @@ extern char *dirDefault2; // Stores the directory name for the meshes and textures. extern char dataDir[]; -extern int moving, startx, starty; - -/* Recursion level for floor drawing */ -extern int drawFloorRecurse; +extern int startx, starty; /* Size of floor, from -n to n */ extern int floorSize;