X-Git-Url: https://jasonwoof.com/gitweb/?p=vor.git;a=blobdiff_plain;f=globals.h;h=8d0d962cb154ec607a32cacfad6955f6a818928f;hp=fb68ef6c8d36c3d3bc5a75c22841170e2c979662;hb=841f94c4182f8dff0253db9bae4922c3c9039a5f;hpb=3ef599c7104a20c4f5268dbefb6590aa3e285663 diff --git a/globals.h b/globals.h index fb68ef6..8d0d962 100644 --- a/globals.h +++ b/globals.h @@ -23,12 +23,6 @@ struct enginedots { // is a number starting at between 0 and 50 and counting backward. float life; // When reduced to 0, set active = 0 }; -struct spacedot { - // Space dots are harmless background items - // All are active. When one falls off the edge, another is created at the start. - float x,y,z; - Uint16 color; -}; // ************************************* VARS // SDL_Surface global variables @@ -51,7 +45,6 @@ extern uint32_t area; // Structure global variables extern struct enginedots edot[MAXENGINEDOTS], *dotptr; extern struct bangdots bdot[MAXBANGDOTS], *bdotptr; -extern struct spacedot sdot[MAXSPACEDOTS]; // Other global variables extern char topline[1024];