add a missing variable

This commit is contained in:
Rudolf Polzer 2011-04-20 17:58:23 +02:00
parent 35680f96d5
commit 44bf9ab0e0

View File

@ -200,6 +200,7 @@ void HomePaths_Realise()
}
else
#elif defined(WIN32)
const char* prefix = g_pGameDescription->getKeyValue("prefix");
if(!string_empty(prefix))
{
StringOutputStream path(256);