mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2025-12-13 06:30:59 +01:00
x64 build - no collision bug found(
Either lost in decompilation or introduced in x64 port.
This commit is contained in:
parent
6756c54d3b
commit
cd4679194c
19 changed files with 100 additions and 79 deletions
|
|
@ -1,8 +1,7 @@
|
|||
#pragma once
|
||||
#include "gdrv.h"
|
||||
|
||||
#pragma pack(push, 1)
|
||||
struct __declspec(align(1)) zmap_header_type
|
||||
struct zmap_header_type
|
||||
{
|
||||
__int16 Width;
|
||||
__int16 Height;
|
||||
|
|
@ -12,10 +11,6 @@ struct __declspec(align(1)) zmap_header_type
|
|||
unsigned __int16 ZBuffer[1];
|
||||
};
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
static_assert(sizeof(zmap_header_type) == 16, "Wrong size of zmap_header_type");
|
||||
|
||||
class zdrv
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue