mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-07 15:25:54 +00:00
Remove magic number that was left over from debugging #27
This commit is contained in:
@@ -192,7 +192,7 @@ private:
|
|||||||
// 2 bytes - payload size
|
// 2 bytes - payload size
|
||||||
// 4 bytes - status flags
|
// 4 bytes - status flags
|
||||||
// 1 byte - magic pad bit, that I don't know why it works.....
|
// 1 byte - magic pad bit, that I don't know why it works.....
|
||||||
const DWORD m_read_header_size = 2 + 4 + 1;
|
const DWORD m_read_header_size = 2 + 4;
|
||||||
|
|
||||||
#endif // RASCSI && !BAREMETAL
|
#endif // RASCSI && !BAREMETAL
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user