dxx-rebirth/similar
Kp 466536b101 Remove abandoned powerup_cap_state
Commit b32298df5a ("Rewrite powerup cap
code to centralize logic") centralized powerup cap code in the
powerup_cap_state class.

Commit 901a554e96 ("New powerup management
code: Addeed functions and packet type to ...") removed all use of
powerup_cap_state, but left the dead implementation present.

Commit 479f5ed584 ("Fix 'format specifies
type 'unsigned short' but the argument has type 'unsigned char''
warning") switched the already dead (but still compiled) code from %hu
to %hhu to fix a warning on OS X.  Although the commit was written by
Chris, it was my suggestion to use %hhu.  I neglected to test Windows
before suggesting it, so the change went in even though Windows does not
accept %hhu; this broke the Windows build.  Fortunately, the code had
been dead for 11 months when the change was made, so the fix for Windows
is to remove the long dead code.
2017-04-22 21:23:55 +00:00
..
2d Pass grs_bitmap to gr_pixel 2017-03-11 19:56:23 +00:00
3d Pass canvas to g3_draw_morphing_model 2017-03-11 19:56:27 +00:00
arch Inline OGL_TEXTURE_LIST_SIZE 2017-03-18 18:07:37 +00:00
editor Pass grs_bitmap to gr_pixel 2017-03-11 19:56:23 +00:00
main Remove abandoned powerup_cap_state 2017-04-22 21:23:55 +00:00
misc Fix check_header_includes=1 poison.h 2017-02-19 19:33:36 +00:00