(svn r4528) - Fix: fix idiotic gcc warning
This commit is contained in:
		@@ -213,6 +213,7 @@ static bool LoadChunk(LoadgameState *ls, void *base, const OldChunks *chunks)
 | 
				
			|||||||
					case OC_ASSERT:
 | 
										case OC_ASSERT:
 | 
				
			||||||
						DEBUG(oldloader, 4)("[OldLoader] Assert point: %x / %x", ls->total_read, chunk->offset + _bump_assert_value);
 | 
											DEBUG(oldloader, 4)("[OldLoader] Assert point: %x / %x", ls->total_read, chunk->offset + _bump_assert_value);
 | 
				
			||||||
						if (ls->total_read != chunk->offset + _bump_assert_value) ls->failed = true;
 | 
											if (ls->total_read != chunk->offset + _bump_assert_value) ls->failed = true;
 | 
				
			||||||
 | 
										default: break;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			} else {
 | 
								} else {
 | 
				
			||||||
				uint32 res = 0;
 | 
									uint32 res = 0;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user