]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake2/qdata/images.c
Merge commit '173f350be76237a7dee9c00c389dff4e56b3da4c' into garux-merge
[xonotic/netradiant.git] / tools / quake2 / qdata / images.c
index 4c87760082ee0fe50028c02c21d6c92033f27771..6a50cdb717537d116ad41b0b31ccdcdc67b2c40e 100644 (file)
@@ -1,5 +1,5 @@
-/*
-   Copyright (C) 1999-2006 Id Software, Inc. and contributors.
+/*
+   Copyright (C) 1999-2007 id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
    This file is part of GtkRadiant.
@@ -692,7 +692,7 @@ void Cmd_Mipdir( void ){
        GetToken( false );
        strcpy( mip_prefix, token );
        // create the directory if needed
-       sprintf( filename, "%stextures", gamedir, mip_prefix );
+       sprintf( filename, "%stextures", gamedir );
        Q_mkdir( filename );
        sprintf( filename, "%stextures/%s", gamedir, mip_prefix );
        Q_mkdir( filename );