mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
Fix more extraneous parentheses warnings
This commit is contained in:
parent
3f87271ea6
commit
81a1776bbd
1 changed files with 1 additions and 1 deletions
|
@ -519,7 +519,7 @@ static picoModel_t *_md2_load( PM_PARAMS_LOAD ){
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
else if ( ( p_index_LUT[p_md2Triangle->index_xyz[j]].next == NULL ) ) { // Not equal to Main entry, and no LL entry
|
else if ( p_index_LUT[p_md2Triangle->index_xyz[j]].next == NULL ) { // Not equal to Main entry, and no LL entry
|
||||||
// Add first entry of LL from Main
|
// Add first entry of LL from Main
|
||||||
p_index_LUT2 = (index_LUT_t *)_pico_alloc( sizeof( index_LUT_t ) );
|
p_index_LUT2 = (index_LUT_t *)_pico_alloc( sizeof( index_LUT_t ) );
|
||||||
if ( p_index_LUT2 == NULL ) {
|
if ( p_index_LUT2 == NULL ) {
|
||||||
|
|
Loading…
Reference in a new issue