mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:05:44 +00:00
- Partly revert r53519
svn path=/trunk/; revision=53520
This commit is contained in:
parent
74b3d51978
commit
afa0818365
1 changed files with 1 additions and 1 deletions
|
@ -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++ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue