Compiling cleanup and fixes
- Nov 08, 2018
-
-
Monster Iestyn authoredf50f10ef
-
Monster Iestyn authoredfa80d617
-
Monster Iestyn authored
* Move the misc types in the file to bottom, so that ATTRPACK at least is usable for RGBA_t * Include endian.h, so that UINT2RGBA can be defined correctly for big endian builds * Add more comments to make clear the main sections of the file
fd20bbb5 -
Monster Iestyn authored5c61c405
-
Monster Iestyn authored
Remove FUNCMATH from functions with a void return value or args, or examine variables other than their args (which could be modified)
0bdbdd1b
-
- Nov 07, 2018
-
-
Monster Iestyn authoredc47f0045
-
Monster Iestyn authoredb3e8a1ed
-
Monster Iestyn authored
D_PostEvent_end is only used by Allegro (used by the DOS port) to help timers work, so check for PC_DOS in preprocessor code. Also remove FUNCMATH from said function.
4a4e07e1 -
Monster Iestyn authored
P_NullPrecipThinker no longer should have FUNCMATH (though I'm not sure if it should have had it in the first place anyway)
f66979ba
-