v1.4
v1.4: Fix compiler warnings from fteqcc.
16 July 2021
Fixes all reasonable warnings reported by the fteqcc QuakeC compiler.
- Fixed spelling error in trigger_changelevel.
- Removed reference to the Dragon monster.
- Removed reference to the Vomitus monster.
- Fixed duplicate macro for shub shake.
- Fixed duplicate macro for knight attack.
- Removed unused global variable empty_float.
- Updated oldone_pain to match expectations of th_pain.
- Updated shalrath_pain to match expectations of th_pain.
- Updated dog_pain to match expectations of th_pain.
- Updated fd_secret_use to use an empty function to match expectations of th_pain.
- Created wrapper function for fd_secret_use to match expectations of th_pain.
- Updated definition of player_pain to match expectations of th_pain.