mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Partly revert r53519
svn path=/trunk/; revision=53520
This commit is contained in:
@@ -90,7 +90,7 @@ Mapdesc::setBboxsize( INREAL *mat )
|
||||
}
|
||||
|
||||
void
|
||||
Mapdesc::identify( REAL (&dest)[MAXCOORDS][MAXCOORDS] )
|
||||
Mapdesc::identify( REAL dest[MAXCOORDS][MAXCOORDS] )
|
||||
{
|
||||
memset( dest, 0, sizeof( dest ) );
|
||||
for( int i=0; i != hcoords; i++ )
|
||||
|
||||
Reference in New Issue
Block a user