summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/rockdoom.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/rockdoom.c')
-rw-r--r--apps/plugins/doom/rockdoom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/doom/rockdoom.c b/apps/plugins/doom/rockdoom.c
index 305eeafd03..1081324974 100644
--- a/apps/plugins/doom/rockdoom.c
+++ b/apps/plugins/doom/rockdoom.c
@@ -610,7 +610,7 @@ int doom_menu()
610 610
611 if( (status=Dbuild_base(names)) == 0 ) // Build up the base wad files (select last added file) 611 if( (status=Dbuild_base(names)) == 0 ) // Build up the base wad files (select last added file)
612 { 612 {
613 rb->splash(HZ*2, true, "Missing Base WAD!"); 613 rb->splash(HZ*2, "Missing Base WAD!");
614 return -2; 614 return -2;
615 } 615 }
616 616
@@ -694,7 +694,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
694 printf ("M_LoadDefaults: Load system defaults.\n"); 694 printf ("M_LoadDefaults: Load system defaults.\n");
695 M_LoadDefaults (); // load before initing other systems 695 M_LoadDefaults (); // load before initing other systems
696 696
697 rb->splash(HZ*2, true, "Welcome to RockDoom"); 697 rb->splash(HZ*2, "Welcome to RockDoom");
698 698
699 myargv =0; 699 myargv =0;
700 myargc=0; 700 myargc=0;