From c9d4b7977a995f111945b21f4115c071b5f0dd72 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sun, 1 Aug 2010 16:39:03 +0000 Subject: doom: fix types mismatch spotted by gcc 4.5.1 - some variables were defined as const but declared without const - remove double declaration of mapnames* (already in .h) - forceOldBsp is boolean, not int git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27660 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/doom/d_deh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/doom/d_deh.h') diff --git a/apps/plugins/doom/d_deh.h b/apps/plugins/doom/d_deh.h index 0844c38be1..0d65260b18 100644 --- a/apps/plugins/doom/d_deh.h +++ b/apps/plugins/doom/d_deh.h @@ -86,7 +86,7 @@ extern const char *s_QLPROMPT; // = QLPROMPT; "you can't start a new game\n"\ "while in a network game.\n\n"PRESSKEY */ -extern char *s_NEWGAME; // = NEWGAME; +extern const char *s_NEWGAME; // = NEWGAME; // CPhipps - message given when asked if to restart the level extern char *s_RESTARTLEVEL; -- cgit v1.2.3