add /usr/pkg to the list of paths searched for data files (this is the default installation prefix on NetBSD (pkgsrc))

This commit is contained in:
fstd 2015-09-12 14:25:21 +02:00 committed by oy
parent 1fcb7e19e1
commit 69fe8ec1bc

View file

@ -211,6 +211,8 @@ public:
"/usr/share/games/teeworlds/data",
"/usr/local/share/teeworlds/data",
"/usr/local/share/games/teeworlds/data",
"/usr/pkg/share/teeworlds/data",
"/usr/pkg/share/games/teeworlds/data",
"/opt/teeworlds/data"
};
const int DirsCount = sizeof(aDirs) / sizeof(aDirs[0]);