added .5 after rewrite cuz is halfway done

This commit is contained in:
kin fuyuki 2026-02-20 10:03:19 -03:00
commit e420167124
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401

View file

@ -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<argc;i++) {