diff options
| author | Franklin Wei <git@fwei.tk> | 2016-04-28 20:39:37 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2016-04-28 20:39:37 -0400 |
| commit | 7f3ba14388a586a946d721a71eb3a9862f7f6c02 (patch) | |
| tree | 05c96d39815a3719131ad966a73d1ba40fd96d75 /tools | |
| parent | 0db524c05e0e077c06c7d02eaa2921159df04313 (diff) | |
| download | netcosm-7f3ba14388a586a946d721a71eb3a9862f7f6c02.zip netcosm-7f3ba14388a586a946d721a71eb3a9862f7f6c02.tar.gz netcosm-7f3ba14388a586a946d721a71eb3a9862f7f6c02.tar.bz2 netcosm-7f3ba14388a586a946d721a71eb3a9862f7f6c02.tar.xz | |
fix build dependency checking, cleanup, simulation callback
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/worldgen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/worldgen.c b/tools/worldgen.c index 2568e54..2c9a3bd 100644 --- a/tools/worldgen.c +++ b/tools/worldgen.c @@ -7,8 +7,8 @@ /* x and y are horizontal and forward-back axes, respectively */ /* z is the vertical axis */ -#define MAX_X 1000 -#define MAX_Y 1000 +#define MAX_X 100 +#define MAX_Y 100 #define MAX_Z 1 struct direction_info_t { |