default to round things

This commit is contained in:
codeimp 2008-05-10 16:14:22 +00:00
parent e521dabf42
commit 1ec1bcc4df
3 changed files with 1 additions and 1 deletions

View file

@ -114,7 +114,7 @@ namespace CodeImp.DoomBuilder.Config
visualviewrange = cfg.ReadSetting("visualviewrange", 1000f);
imagebrightness = cfg.ReadSetting("imagebrightness", 3);
qualitydisplay = cfg.ReadSetting("qualitydisplay", true);
squarethings = cfg.ReadSetting("squarethings", true);
squarethings = cfg.ReadSetting("squarethings", false);
// Success
return true;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5 KiB

After

Width:  |  Height:  |  Size: 5 KiB