]> de.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 00f30e05701dd2389ed641576cb42f04d1e19c23..6a50cdb717537d116ad41b0b31ccdcdc67b2c40e 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/*
    Copyright (C) 1999-2007 id Software, Inc. and contributors.
    For a list of contributors, see the accompanying CONTRIBUTORS file.
 
@@ -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 );