[Gtkradiant] [Bug 840] Patch for Quake2 md2 model support in Picomodel w/ PCX image enabled

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Wed, 16 Jul 2003 19:11:56 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=840

nurail@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #440 is|0                           |1
           obsolete|                            |



------- Additional Comments From nurail@yahoo.com  2003-07-16 19:11 -------
Created an attachment (id=441)
 --> (http://zerowing.idsoftware.com/bugzilla/attachment.cgi?id=441&action=view)
Quake2 MD2 support fix (zip file)

OK, I've figured out the problem. Here it is:

libs/picomodel/pm_md2.c Line: 408
for( i = 0; j < 3; i++ )

should be:

for( i = 0; i < 3; i++ )

The patch is from a clean 1.3.9.

Everything works fine, now. Sorry for the hassle.