File diff r25595:a64f8c472b1f → r25596:7bf7822e5659
src/saveload/goal_sl.cpp
Show inline comments
 
@@ -40,6 +40,8 @@ static void Load_GOAL()
 
	}
 
}
 

	
 
extern const ChunkHandler _goal_chunk_handlers[] = {
 
	{ 'GOAL', Save_GOAL, Load_GOAL, nullptr, nullptr, CH_ARRAY | CH_LAST},
 
static const ChunkHandler goal_chunk_handlers[] = {
 
	{ 'GOAL', Save_GOAL, Load_GOAL, nullptr, nullptr, CH_ARRAY },
 
};
 

	
 
extern const ChunkHandlerTable _goal_chunk_handlers(goal_chunk_handlers);