--- xqf-1.0.4/src/game.c 2006-08-20 10:57:24.159153599 +0200 +++ xqf-1.0.4/src/game.c.new 2006-08-20 10:56:58.426065623 +0200 @@ -1675,7 +1675,7 @@ if(!this) return NULL; - dir = this->real_home?this->real_home:this->real_dir; + dir = this->real_dir?this->real_dir:this->real_home; if (!dir) return NULL;