Skip to content
Snippets Groups Projects
  • Sal's avatar
    10a8f2d0
    Fix some minor warnings · 10a8f2d0
    Sal authored
    - Fix `lib_getSkinSprite` overshadowing `sprites` global
    - Rename terrible result_e `ok` so it stops overshadowing crap
    - Remove inlining from w_wad.c since it reached the inline limit (remember kids, your compiler knows better than you these days whenever or not to inline something)
    - Remove unused variable in G_PlayerReborn
    10a8f2d0
    History
    Fix some minor warnings
    Sal authored
    - Fix `lib_getSkinSprite` overshadowing `sprites` global
    - Rename terrible result_e `ok` so it stops overshadowing crap
    - Remove inlining from w_wad.c since it reached the inline limit (remember kids, your compiler knows better than you these days whenever or not to inline something)
    - Remove unused variable in G_PlayerReborn