RC6,Linux
scenes/animations/life/life.ini reads:
User_Abort_Command=command /C del lifedata.inc
This works only for the windows version. The file should be overwritten if
the current frame is the first one:
#if (file_exists("lifedata.inc"))
#include "lifedata.inc"
#else
[...]
#if(frame_number != 0 & frame_number != 1)
#include "lifedata.inc"
#else
[...]
So the INI entry can be removed.
--
Felix Wiemann
Post a reply to this message
|