[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bmg-commit]



Update of /d9/projects/walkthru/src/dm
In directory glint:/var/tmp/luka/walkthru/src/dm

Modified Files:
	cull.cpp dm.h draw.cpp level.cpp memory.cpp swap.cpp 
Log Message:
fix latent multiprocessing dm code (DM_MULTIPROCESS) to at least compile.
and set it to get compiled in by default on irix.
but leave off runtime option by default since the stuff doesn't actually
work. (same bug we were seeing before -- child process segv's in gl lib.)
you can use new option '-mp' to turn mp on at runtime [and see it die].
(updated help output from 'firewalk -' accordingly.)