From: Kevin A. M. <sub...@us...> - 2001-09-14 05:16:16
|
subatomic 2001/09/13 22:16:16 PDT Modified files: . Tank.h Log: ugh! evil static initialization of image plugins... I had to delay the initialization of the tank image. in the actual game shouldn't be an issue, cause we'll probably load the models after main gets called anyway. (the problem was that it was loading before main got called, which you have no gaurentee that all static data has been initialized yet, thus my plugins hadn't registered yet...) Revision Changes Path 1.17 +9 -0 tank/Tank.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/Tank.h.diff?r1=1.16&r2=1.17 |