X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FSettings.h;h=942d163fced3521d464e413218c64ae8dd99b4f1;hb=8a6a4b71914b97fb154abdceef4db768633e71df;hp=4e5f0eb7c7b891a3864373b47b2dac30c9efe7d8;hpb=cd043e3f9e26c2b3406b40a354c2840941e9db7f;p=lugaru.git diff --git a/Source/Settings.h b/Source/Settings.h index 4e5f0eb..942d163 100644 --- a/Source/Settings.h +++ b/Source/Settings.h @@ -1,5 +1,6 @@ /* Copyright (C) 2003, 2010 - Wolfire Games +Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file) This file is part of Lugaru. @@ -40,7 +41,6 @@ extern int difficulty; extern bool damageeffects; extern bool texttoggle; extern bool debugmode; -extern bool vblsync; extern bool showpoints; extern bool showdamagebar; extern bool alwaysblur; @@ -48,7 +48,6 @@ extern bool immediate; extern bool velocityblur; extern float volume; extern int detail; -extern int kBitsPerPixel; extern int kContextWidth; extern int kContextHeight; extern float screenwidth, screenheight;