File diff r8434:4d5d2dc41ce0 → r8435:c2fea801325e
src/spritecache.cpp
Show inline comments
 
@@ -262,8 +262,8 @@ bool LoadNextSprite(int load_index, byte
 

	
 
void DupSprite(SpriteID old_spr, SpriteID new_spr)
 
{
 
	SpriteCache *scnew = AllocateSpriteCache(new_spr); // may reallocate: so put it first
 
	SpriteCache *scold = GetSpriteCache(old_spr);
 
	SpriteCache *scnew = AllocateSpriteCache(new_spr);
 

	
 
	scnew->file_slot = scold->file_slot;
 
	scnew->file_pos = scold->file_pos;