Doom plugin: In anticipation of moving to the EABI toolchain, because of its assumpti...
commit92365cb94f912d1c5168768edf315b4062d6b544
authorjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 May 2010 08:12:39 +0000 (29 08:12 +0000)
committerjethead71 <jethead71@a1c6a512-1295-4272-9138-f99709370657>
Sat, 29 May 2010 08:12:39 +0000 (29 08:12 +0000)
treeb38acde6c091b7f8b0e3205645f9d232f19eeabb
parent21e09af48084f62cd5e2bf72545a9c769dbbde3c
Doom plugin: In anticipation of moving to the EABI toolchain, because of its assumptions about enums being sized as ints, convert enum typdefs to int or unsigned depending upon whether they have negative values in the enumeration. This should effectively preserve the manner in which it is compiled under the old toolchain and avoids having to closely inspect and possibly change many places in the code.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26368 a1c6a512-1295-4272-9138-f99709370657
25 files changed:
apps/plugins/doom/am_map.c
apps/plugins/doom/d_event.h
apps/plugins/doom/d_net.h
apps/plugins/doom/d_player.h
apps/plugins/doom/doomdef.h
apps/plugins/doom/doomstat.h
apps/plugins/doom/doomtype.h
apps/plugins/doom/info.h
apps/plugins/doom/m_menu.c
apps/plugins/doom/m_menu.h
apps/plugins/doom/m_misc.h
apps/plugins/doom/m_random.h
apps/plugins/doom/p_enemy.c
apps/plugins/doom/p_pspr.h
apps/plugins/doom/p_saveg.c
apps/plugins/doom/p_spec.h
apps/plugins/doom/p_tick.h
apps/plugins/doom/r_defs.h
apps/plugins/doom/sounds.h
apps/plugins/doom/st_stuff.h
apps/plugins/doom/v_video.c
apps/plugins/doom/v_video.h
apps/plugins/doom/w_wad.h
apps/plugins/doom/wi_stuff.c
apps/plugins/doom/wi_stuff.h