File diff r27798:d7f49906d8cf → r27799:ab7d36d10264
src/story.cpp
Show inline comments
 
@@ -99,7 +99,7 @@ static void UpdateElement(StoryPageEleme
 
			break;
 
		case SPET_LOCATION:
 
			pe.text = text;
 
			pe.referenced_id = tile;
 
			pe.referenced_id = static_cast<uint32_t>(tile);
 
			break;
 
		case SPET_GOAL:
 
			pe.referenced_id = (GoalID)reference;