From 969328d8c196d5e16eb7369a95d4d535467b3cc8 Mon Sep 17 00:00:00 2001 From: celestar Date: Wed, 29 Mar 2006 19:00:56 +0000 Subject: (svn r4153) -Codechange. Changed NPF_TILE_LENGTH into an enum and moved it out of variables.h. Just a drop in the bucket, but it is a start --- settings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.c') diff --git a/settings.c b/settings.c index 02b4dff28..fa478b567 100644 --- a/settings.c +++ b/settings.c @@ -14,6 +14,7 @@ #include "command.h" #include "console.h" #include "saveload.h" +#include "npf.h" /** The patch values that are used for new games and/or modified in config file */ Patches _patches_newgame; -- cgit v1.2.3-54-g00ecf