doom: fix types mismatch spotted by gcc 4.5.1
commitd2c1493249dc32576248b47e9de43caebad72eef
authorfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sun, 1 Aug 2010 16:39:03 +0000 (1 16:39 +0000)
committerfunman <funman@a1c6a512-1295-4272-9138-f99709370657>
Sun, 1 Aug 2010 16:39:03 +0000 (1 16:39 +0000)
treee46280014db602378a14d3cff008b07a7d34b088
parent53a879a6df70c8ce9932b1d9ce2c3af7b1cbdc87
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
apps/plugins/doom/g_game.c
apps/plugins/doom/hu_stuff.c
apps/plugins/doom/hu_stuff.h