From 078357c101d044e8b06e94646663faa248fc4105 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 25 Aug 2018 00:39:43 -0400 Subject: Calculate min and max meta for map server-side --- torus.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'torus.h') diff --git a/torus.h b/torus.h index 194f227..8194839 100644 --- a/torus.h +++ b/torus.h @@ -104,6 +104,8 @@ enum { }; struct Map { + struct Meta min; + struct Meta max; struct Meta meta[MAP_ROWS][MAP_COLS]; }; -- cgit 1.4.1