mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
64-bit early draft - no audio yet
This commit is contained in:
parent
247360cbf0
commit
92c8ecb726
29 changed files with 853 additions and 169 deletions
|
@ -198,8 +198,8 @@ void Gameplay_Init(GameState* thisx) {
|
|||
GraphicsContext* gfxCtx = globalCtx->state.gfxCtx;
|
||||
gGlobalCtx = globalCtx;
|
||||
//globalCtx->state.gfxCtx = NULL;
|
||||
u32 zAlloc;
|
||||
u32 zAllocAligned;
|
||||
uintptr_t zAlloc;
|
||||
uintptr_t zAllocAligned;
|
||||
size_t zAllocSize;
|
||||
Player* player;
|
||||
s32 playerStartCamId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue