Default: OpenGL rendering and fast game speed
authorAndreas Eversberg <jolly@eversberg.eu>
Sat, 14 Apr 2018 04:51:45 +0000 (06:51 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Sat, 14 Apr 2018 05:03:55 +0000 (07:03 +0200)
src/mercenary/main.c

index f6d3707..a0c0040 100644 (file)
 #define FOV_MAX                170.0
 
 static int config_ctrl_c = 0;
-static int config_amiga_speed = 1;
+static int config_amiga_speed = 0; /* fast speed */
 static double config_fps = 16.0;
 #if !defined(_WIN32)
 static const char *config_gamesave_dir = ".mercenary";
 #endif
 static int config_video_filter = 1;
 static int config_audio_filter = 1;
-static int config_render = 0;
+static int config_render = 1; /* opengl render */
 static int config_skip_intro = 0;
 static int config_multisampling = 16;
 static double config_fov = FOV_NOVAGEN;