1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-08-10 16:19:59 +00:00

Use mods root dir for the files that were in data/ subdir before. Little correction for my prev. patches for compatibility with the iPad version.

This commit is contained in:
fgenesis 2011-11-07 20:23:54 +01:00
parent 54199272e8
commit fa844f29dd
3 changed files with 4 additions and 4 deletions

View file

@ -3227,7 +3227,7 @@ void Continuity::reset()
if(dsq->mod.isActive())
{
//load mod ingredients
loadIngredientData(dsq->mod.getPath() + "data/ingredients.txt");
loadIngredientData(dsq->mod.getPath() + "ingredients.txt");
}
//load ingredients for the main game