File diff r23496:661d21df67d7 → r23497:a0ab44ebd2fa
src/game/game_config.hpp
Show inline comments
 
@@ -42,7 +42,7 @@ public:
 
	bool ResetInfo(bool force_exact_match);
 

	
 
protected:
 
	/* virtual */ ScriptInfo *FindInfo(const char *name, int version, bool force_exact_match);
 
	ScriptInfo *FindInfo(const char *name, int version, bool force_exact_match) override;
 
};
 

	
 
#endif /* GAME_CONFIG_HPP */