View Single Post
  #7  
Old 07-30-2009, 06:59 PM
Secrets's Avatar
Secrets
Demi-God
 
Join Date: May 2007
Location: b
Posts: 1,450
Default

Gonna try and get a linux version of this today and then it will be SVN-ready. Also, I figured out the crash issue (for reals this time!) and it's related to sprintf in MiscFunctions.h -- If "%whatever" is provided, it crashes the app, so I just did sprintf("%s"), string instead in MiscFunctions.h to fix it. When I finish Linux support, this will be added in.
Reply With Quote