From 3cc587ab8df80d42d9dab1a73a37701f565a3499 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sun, 15 Jun 2025 17:35:06 -0300 Subject: more work on `operate.cc` --- src/main.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index bbdebf1..7a804e0 100644 --- a/src/main.cc +++ b/src/main.cc @@ -4,6 +4,7 @@ #include "map.hh" #include "magic.hh" #include "objects.hh" +#include "operate.hh" #include "stubs.hh" @@ -238,7 +239,7 @@ static void InitAll(void){ InitCr(); //InitHouses(); InitTime(); - //ApplyPatches(); + ApplyPatches(); }catch(const char *str){ error("Initialisierungsfehler: %s\n", str); exit(EXIT_FAILURE); -- cgit v1.2.3