mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Wrong type
This commit is contained in:
parent
9302b3b8bf
commit
e1a8749586
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ private:
|
|||
|
||||
SSAStack<SSAInt> stack_C1, stack_C2, stack_C3;
|
||||
SSAStack<SSAInt> stack_y;
|
||||
SSAStack<SSAUBytePtr> stack_subsectorGBuffer;
|
||||
SSAStack<SSAIntPtr> stack_subsectorGBuffer;
|
||||
SSAStack<SSAInt> stack_x;
|
||||
SSAStack<SSAUBytePtr> stack_buffer;
|
||||
SSAStack<SSAInt> stack_iy, stack_ix;
|
||||
|
@ -62,7 +62,7 @@ private:
|
|||
//SSAStack<SSABool> stack_stencilblock_restored;
|
||||
//SSAStack<SSAUByte> stack_stencilblock_lastval;
|
||||
|
||||
SSAUBytePtr subsectorGBuffer;
|
||||
SSAIntPtr subsectorGBuffer;
|
||||
SSAInt pitch;
|
||||
SSASetupVertex v1;
|
||||
SSASetupVertex v2;
|
||||
|
|
Loading…
Reference in a new issue