From e3dd328e66c33ecc5218307b87b3552f552cff01 Mon Sep 17 00:00:00 2001 From: Kp Date: Thu, 21 Feb 2013 00:04:02 +0000 Subject: [PATCH] Move main/bmread.c to be sorted in SConstruct --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index e7c33c3c1..672b72037 100644 --- a/SConstruct +++ b/SConstruct @@ -110,6 +110,7 @@ common_sources = [ 'main/aipath.c', 'main/automap.c', 'main/bm.c', +'main/bmread.c', 'main/cntrlcen.c', 'main/collide.c', 'main/config.c', @@ -229,7 +230,6 @@ editor_sources = [ 'editor/seguvs.c', 'editor/texpage.c', 'editor/texture.c', -'main/bmread.c', 'ui/button.c', 'ui/checkbox.c', 'ui/dialog.c',