From e4201671248555ec0b7c29e8b6d346fd2c91c795 Mon Sep 17 00:00:00 2001 From: kin-fuyuki Date: Fri, 20 Feb 2026 10:03:19 -0300 Subject: [PATCH] added .5 after rewrite cuz is halfway done --- games/forespend/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/forespend/src/main.cpp b/games/forespend/src/main.cpp index 740cdb5..50c80d0 100644 --- a/games/forespend/src/main.cpp +++ b/games/forespend/src/main.cpp @@ -11,7 +11,7 @@ inline const char* COMMONCONFIG(){return "common.tdf";} tiny::ErrorLevel tiny::level{4}; int main(int argc, char** argv) { enginend::program* game; - tiny::startup("forespend","0.03g-rewrite"); + tiny::startup("forespend","0.03g-rewrite.5"); bool isserver = false; if (argc>1) { for (int i=1;i