projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a50bae6
)
bikeshedding: spacing
author
Thomas Debesse <dev@illwieckz.net>
Sun, 19 Jun 2022 21:18:19 +0000
(23:18 +0200)
committer
Thomas Debesse <dev@illwieckz.net>
Sun, 19 Jun 2022 21:18:19 +0000
(23:18 +0200)
tools/quake3/q3map2/image.c
patch
|
blob
|
history
diff --git
a/tools/quake3/q3map2/image.c
b/tools/quake3/q3map2/image.c
index 851499d52accc4f20c4477a753cd1f0e4a3f4d16..aacf9d0b85c8edbb1855cdbef6aaf4d07ecb2f49 100644
(file)
--- a/
tools/quake3/q3map2/image.c
+++ b/
tools/quake3/q3map2/image.c
@@
-504,7
+504,7
@@
image_t *ImageLoad( const char *filename ){
/* attempt to load crn */
StripExtension( name );
strcat( name, ".crn" );
- size = vfsLoadFile( (
const char* ) name, ( void**
) &buffer, 0 );
+ size = vfsLoadFile( (
const char*) name, (void**
) &buffer, 0 );
if ( size > 0 ) {
LoadCRNBuffer( buffer, size, &image->pixels, &image->width, &image->height );
break;