forked from len0rd/rockbox
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
This commit is contained in:
parent
5574af8334
commit
c9d4b7977a
4 changed files with 7 additions and 19 deletions
|
|
@ -227,18 +227,6 @@ extern int armor_red;
|
|||
extern int armor_yellow;
|
||||
extern int armor_green;
|
||||
|
||||
//
|
||||
// Builtin map names.
|
||||
// The actual names can be found in DStrings.h.
|
||||
//
|
||||
// Ty 03/27/98 - externalized map name arrays - now in d_deh.c
|
||||
// and converted to arrays of pointers to char *
|
||||
// See modified HUTITLEx macros
|
||||
extern char **mapnames[];
|
||||
extern char **mapnames2[];
|
||||
extern char **mapnamesp[];
|
||||
extern char **mapnamest[];
|
||||
|
||||
// key tables
|
||||
// jff 5/10/98 french support removed,
|
||||
// as it was not being used and couldn't be easily tested
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue