]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Moved clothes loop to Person, got rid of globals tintr,tintg,tintb
[lugaru.git] / Source / Game.h
index 2765367b09ad231d679e46a094d366b77c60af3c..c5f37cb7310c0f2c6a53ee5c92baa941cd1e7c5a 100644 (file)
@@ -149,7 +149,6 @@ int DrawGLScene(StereoSide side);
 void LoadMenu();
 void playdialogueboxsound();
 int findClosestPlayer();
-bool AddClothes(const char *fileName, GLubyte *array);
 void Loadlevel(int which);
 void Loadlevel(const char *name);
 void Tick();
@@ -216,7 +215,6 @@ extern int whichdialogue;
 extern int directing;
 extern float dialoguetime;
 extern int dialoguegonethrough[20];
-extern float tintr, tintg, tintb;
 
 enum maptypes {
     mapkilleveryone, mapgosomewhere,