File diff r16859:99ba0b4ec534 → r16860:0bad3b9958de
src/newgrf_spritegroup.cpp
Show inline comments
 
@@ -155,6 +155,8 @@ const SpriteGroup *DeterministicSpriteGr
 
			/* Reset values to current scope.
 
			 * Note: 'last_value' and 'reseed' are shared between the main chain and the procedure */
 
			object->scope = this->var_scope;
 
		} else if (adjust->variable == 0x7B) {
 
			value = GetVariable(object, adjust->parameter, last_value, &available);
 
		} else {
 
			value = GetVariable(object, adjust->variable, adjust->parameter, &available);
 
		}