drop some useless return statements
This commit is contained in:
parent
bbd17d75ce
commit
9d626b6a12
15 changed files with 0 additions and 20 deletions
|
@ -1411,8 +1411,6 @@ void Com_InitSmallZoneMemory( void ) {
|
|||
Com_Error( ERR_FATAL, "Small zone data failed to allocate %1.1f megs", (float)s_smallZoneTotal / (1024*1024) );
|
||||
}
|
||||
Z_ClearZone( smallzone, s_smallZoneTotal );
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
void Com_InitZoneMemory( void ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue