Free Hero Mesh

Diff
Login
This is a mirror of the main repository for Free Hero Mesh. New tickets and changes will not be accepted at this mirror.

Differences From Artifact [9e50e0dd98]:

To Artifact [6d5db62424]:


293
294
295
296
297
298
299
300

301
302
303
304
305
306
293
294
295
296
297
298
299

300



301
302
303







-
+
-
-
-



    globalclassname=strrchr(basefilename,'/');
    globalclassname=globalclassname?globalclassname+1:basefilename;
  }
  load_options();
  if(argc>2) read_options(argc-2,argv+2);
  *optionquery=xrm_make_quark(globalclassname,0)?:xrm_anyq;
  init_sql();
  
  init_screen();
  //set_cursor(XC_arrow);
  
  //atexit(SDL_Quit);
  
  return 0;
}