File diff r14287:e9775fa7793d → r14288:9ef79780929b
src/genworld_gui.cpp
Show inline comments
 
@@ -1250,6 +1250,7 @@ static void _SetGeneratingWorldProgress(
 
	if (total == 0) {
 
		assert(_tp.cls == _generation_class_table[cls]);
 
		_tp.current += progress;
 
		assert(_tp.current <= _tp.total);
 
	} else {
 
		_tp.cls   = _generation_class_table[cls];
 
		_tp.current = progress;