resolved line ending warnings

This commit is contained in:
GruelingPine185
2022-09-23 18:16:53 -04:00
parent 2b0b678e25
commit ecbfcc28b5
11 changed files with 9 additions and 11 deletions

View File

@@ -40,4 +40,4 @@ void copyrightCommand(int argc, const char* argv[]);
#endif
//NOTE: assigning to a byte from a short loses data
#define AS_USHORT(value) (*(unsigned short*)(&(value)))
#define AS_USHORT(value) (*(unsigned short*)(&(value)))