From 4d6374c9236b93e0bd457f99944164fc493d1120 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Fri, 16 Mar 2007 21:56:08 +0000 Subject: Get rid of the 'center' parameter for splashes. There were only 2 of almost 500 splashes which were not centered. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12807 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/rockdoom.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/doom/rockdoom.c') 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() if( (status=Dbuild_base(names)) == 0 ) // Build up the base wad files (select last added file) { - rb->splash(HZ*2, true, "Missing Base WAD!"); + rb->splash(HZ*2, "Missing Base WAD!"); return -2; } @@ -694,7 +694,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) printf ("M_LoadDefaults: Load system defaults.\n"); M_LoadDefaults (); // load before initing other systems - rb->splash(HZ*2, true, "Welcome to RockDoom"); + rb->splash(HZ*2, "Welcome to RockDoom"); myargv =0; myargc=0; -- cgit v1.2.3