X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=d97de52b2c4738fc28e0bdfbee0ee7634996b3cb;hb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;hp=a4fa92e65be18f850bcb020e03de494d82df8b8e;hpb=bba3631a5899f8f9f26fd596e13f097ae2d6f8b8;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index a4fa92e..d97de52 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -35,7 +35,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "openal_wrapper.h" #include "Stereo.h" -#include "Constants.h" #include "Animation.h" bool visibleloading = 0; @@ -82,7 +81,6 @@ int detail = 0; FRUSTUM frustum; float texdetail = 0; float realtexdetail = 0; -float terraindetail = 0; float playerdist = 0; Objects objects; int slomo = 0; @@ -100,8 +98,6 @@ bool musictoggle = 0; bool trilinear; Weapons weapons; bool damageeffects = 0; -//apvector player(maxplayers); -Person player[maxplayers]; int numplayers = 0; bool ambientsound = 0; bool mousejump = 0; @@ -112,7 +108,6 @@ int flashdelay = 0; bool vblsync = 0; float motionbluramount = 0; bool keyboardfrozen = 0; -char mapname[256] = {0}; bool loadingstuff = 0; bool stillloading = 0; bool showpoints = 0; @@ -126,7 +121,6 @@ short vRefNum = 0; long dirID = 0; int mainmenu = 0; int oldmainmenu = 0; -int loadscreencolor = 0; int whichjointstartarray[26] = {0}; int whichjointendarray[26] = {0}; int kBitsPerPixel = 0; @@ -143,28 +137,6 @@ int killhotspot = 0; float menupulse = 0; -int numdialogues = 0; -int numdialogueboxes[max_dialogues] = {0}; -int dialoguetype[max_dialogues] = {0}; -int dialogueboxlocation[max_dialogues][max_dialoguelength] = {0}; -float dialogueboxcolor[max_dialogues][max_dialoguelength][3] = {0}; -int dialogueboxsound[max_dialogues][max_dialoguelength] = {0}; -char dialoguetext[max_dialogues][max_dialoguelength][128] = {0}; -char dialoguename[max_dialogues][max_dialoguelength][64] = {0}; -XYZ dialoguecamera[max_dialogues][max_dialoguelength]; //l = {0}; -XYZ participantlocation[max_dialogues][10]; // = {0}; -int participantfocus[max_dialogues][max_dialoguelength] = {0}; -int participantaction[max_dialogues][max_dialoguelength] = {0}; -float participantrotation[max_dialogues][10] = {0}; -XYZ participantfacing[max_dialogues][max_dialoguelength][10]; // = {0}; -float dialoguecamerarotation[max_dialogues][max_dialoguelength] = {0}; -float dialoguecamerarotation2[max_dialogues][max_dialoguelength] = {0}; -int indialogue = 0; -int whichdialogue = 0; -int directing = 0; -float dialoguetime = 0; -int dialoguegonethrough[20] = {0}; - float smoketex = 0; float slomospeed = 0;