Differences From Artifact [23edf40a2c]:
- File main.c — part of check-in [c8c249b7be] at 2021-02-22 03:16:38 on branch trunk — Add an assertion to check that the value of N_MESSAGES is correct. Also add a note about unused standard message names in class.doc. (user: user, size: 31841) [annotate] [blame] [check-ins using]
To Artifact [45d9e047ec]:
- File main.c — part of check-in [d033ec4bd1] at 2021-03-20 04:36:55 on branch trunk — Make some corrections to the implementation of dead animations (user: user, size: 31861) [annotate] [blame] [check-ins using]
︙ | |||
907 908 909 910 911 912 913 914 915 916 917 918 | 907 908 909 910 911 912 913 914 915 916 917 918 919 | + | set_tracing(); annihilate(); optionquery[1]=Q_level; if(level_ord=strtol(xrm_get_resource(resourcedb,optionquery,optionquery,2)?:"",0,10)) log_if_error(load_level(-level_ord)); if(main_options['a']) run_auto_test(); if(main_options['x']) { fprintf(stderr,"Ready for executing SQL statements.\n"); no_dead_anim=1; do_sql_mode(); return 0; } for(;;) { if(main_options['e']) run_editor(); else run_game(); } } |