From 98ddecc63e2bfa41a48623530dc3195def6e3345 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 5 Sep 2019 09:01:47 +0200 Subject: [PATCH] removed init.cpp --- basegraph.cpp | 2 ++ graph.cpp | 2 +- hprint.cpp | 4 +++ hyper.cpp | 2 +- init.cpp => mobile.cpp | 60 ------------------------------------------ system.cpp | 54 +++++++++++++++++++++++++++++++++++++ 6 files changed, 62 insertions(+), 62 deletions(-) rename init.cpp => mobile.cpp (88%) diff --git a/basegraph.cpp b/basegraph.cpp index 1ccbcec6..2199e21d 100644 --- a/basegraph.cpp +++ b/basegraph.cpp @@ -7,6 +7,8 @@ namespace hr { +EX int fontscale = 100; + #if HDR /** configuration of the current view */ struct display_data { diff --git a/graph.cpp b/graph.cpp index 4bb8f470..d9fb04e7 100644 --- a/graph.cpp +++ b/graph.cpp @@ -3350,7 +3350,7 @@ EX colortable nestcolors = { 0x800000, 0x008000, 0x000080, 0x404040, 0x700070, 0 color_t floorcolors[landtypes]; -void init_floorcolors() { +EX void init_floorcolors() { for(int i=0; i