mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Fix problems with missing tile effect in places such as Alma and Tixa underground
Also fixes potential problem with buffer overruns git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@1115 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -144,7 +144,7 @@ void WorldHideTrees( );
|
||||
void WorldShowTrees( );
|
||||
|
||||
|
||||
BOOLEAN IsTileRedundent( UINT16 *pZBuffer, UINT16 usZValue, HVOBJECT hSrcVObject, INT32 iX, INT32 iY, UINT16 usIndex );
|
||||
BOOLEAN IsTileRedundent( UINT32 uiDestPitchBYTES, UINT16 *pZBuffer, UINT16 usZValue, HVOBJECT hSrcVObject, INT32 iX, INT32 iY, UINT16 usIndex );
|
||||
|
||||
//this is found in editscreen.c
|
||||
//Andrew, you had worldman.c checked out at the time, so I stuck it here.
|
||||
|
||||
Reference in New Issue
Block a user