okie menus are working

This commit is contained in:
kin fuyuki 2026-02-20 09:58:58 -03:00
commit 05e28fe820
No known key found for this signature in database
GPG key ID: 0E4E8E519FB71401
11 changed files with 135 additions and 55 deletions

View file

@ -13,7 +13,6 @@ int main(int argc, char** argv) {
enginend::program* game;
tiny::startup("forespend","0.03g-rewrite");
bool isserver = false;
initthemes();
if (argc>1) {
for (int i=1;i<argc;i++) {
if (argv[i]=="server ") {