Switched word24 back to byte for compatability.

This commit is contained in:
David Garske
2017-10-18 09:08:22 -07:00
parent 7f2e6e1d8a
commit e82807024b

View File

@@ -46,7 +46,7 @@
#endif
typedef unsigned short word16;
typedef unsigned int word32;
typedef unsigned char word24[3];
typedef byte word24[3];
#endif