Thread: AC3Dloader1.1
View Single Post
Old 17th October 2003, 09:45 AM   #1
andi
Junior Member
Member
 
Join Date: Sep 2003
Posts: 13
Default AC3Dloader1.1

Hi
I was asked to post this here, so I do

To make AC3Dloader1.1 work with your own files you'll have to replace (in main.c) line 183
if ( argc > 1 ) acFileName = argv[argc];
by
if ( argc > 1 ) acFileName = argv[argc - 1];

CU
Andi
andi is offline   Reply With Quote