From ec2664a5f3bd6d2d11bb0e045d846441dfdd2442 Mon Sep 17 00:00:00 2001 From: Walter Korman Date: Wed, 15 Jan 2003 21:14:28 +0000 Subject: [PATCH] Removed obsolete debug rendering configuration parameters. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2161 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- rsrc/config/miso/miso.properties | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/rsrc/config/miso/miso.properties b/rsrc/config/miso/miso.properties index 6bda673ed..0dd9d94b6 100644 --- a/rsrc/config/miso/miso.properties +++ b/rsrc/config/miso/miso.properties @@ -1,5 +1,5 @@ # -# $Id: miso.properties,v 1.16 2001/11/02 02:51:11 shaper Exp $ +# $Id: miso.properties,v 1.17 2003/01/15 21:14:28 shaper Exp $ # # Initial test config values for miso development. # @@ -46,14 +46,5 @@ scene_view_height = 12 # vertical offset for scene display origin in tile count scene_offset_y = -5 -# whether to show tile coordinates -show_coords = false - -# whether to show locations -show_locs = false - -# whether to show sprite paths -show_paths = false - # end isometric view configuration # ----------------------------------