From 92ee655e2e54a3f5ef4a088c6156998f381a6acf Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 8 Jan 2019 00:30:21 -0500 Subject: Factor out default paths --- image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'image.c') diff --git a/image.c b/image.c index 80bb2de..80e2567 100644 --- a/image.c +++ b/image.c @@ -256,8 +256,8 @@ next: int main(int argc, char *argv[]) { bool kcgi = false; - const char *fontPath = "default8x16.psfu"; - const char *dataPath = "torus.dat"; + const char *fontPath = DefaultFontPath; + const char *dataPath = DefaultDataPath; uint32_t tileX = TileInitX; uint32_t tileY = TileInitY; -- cgit 1.4.1