Index: head/games/fs2open/files/patch-code_model_modelread.cpp =================================================================== --- head/games/fs2open/files/patch-code_model_modelread.cpp (nonexistent) +++ head/games/fs2open/files/patch-code_model_modelread.cpp (revision 525709) @@ -0,0 +1,20 @@ +--- code/model/modelread.cpp.orig 2020-02-10 13:38:06 UTC ++++ code/model/modelread.cpp +@@ -5341,7 +5341,7 @@ void swap_bsp_sortnorms( polymodel * pm, ubyte * p ) + } + #endif // BIG_ENDIAN + +-void swap_bsp_data( polymodel * /*pm*/, void * /*model_ptr*/ ) ++void swap_bsp_data( polymodel *pm, void *model_ptr ) + { + #if BYTE_ORDER == BIG_ENDIAN + ubyte *p = (ubyte *)model_ptr; +@@ -5397,7 +5397,7 @@ void swap_bsp_data( polymodel * /*pm*/, void * /*mode + #endif + } + +-void swap_sldc_data(ubyte * /*buffer*/) ++void swap_sldc_data(ubyte * buffer) + { + #if BYTE_ORDER == BIG_ENDIAN + char *type_p = (char *)(buffer); Property changes on: head/games/fs2open/files/patch-code_model_modelread.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property