]> de.git.xonotic.org Git - xonotic/netradiant.git/commitdiff
q3map: magic string, no closing parenthesis
authorThomas Debesse <dev@illwieckz.net>
Tue, 14 Jan 2020 08:00:14 +0000 (09:00 +0100)
committerThomas Debesse <dev@illwieckz.net>
Thu, 23 Jan 2020 18:21:39 +0000 (19:21 +0100)
tools/quake3/q3map2/bspfile_ibsp.c

index f6c1aef0251cb3336823a96437f5dbc2e1fa1f4c..2a719aabda34e9c069d887174e068a2113231f44 100644 (file)
@@ -550,7 +550,7 @@ void WriteIBSPFile( const char *filename ){
 
        /* add marker lump */
        time( &t );
-       sprintf( marker, "I LOVE MY Q3MAP2 %s on %s)", Q3MAP_VERSION, asctime( localtime( &t ) ) );
+       sprintf( marker, "I LOVE MY Q3MAP2 %s on %s", Q3MAP_VERSION, asctime( localtime( &t ) ) );
        AddLump( file, (bspHeader_t*) header, 0, marker, strlen( marker ) + 1 );
 
        /* add lumps */