removed separate trigger/solid links.
some q3 fixes. q2 will autosave on map changes, like q2 normally does. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3839 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a18e83d843
commit
61e4aa96b3
54 changed files with 1346 additions and 1000 deletions
|
@ -2142,7 +2142,7 @@ void Memory_Init (void *buf, int size)
|
|||
|
||||
#if ZONEDEBUG>0 || HUNKDEBUG>0 || TEMPDEBUG>0||CACHEDEBUG>0
|
||||
srand(time(0));
|
||||
sentinalkey = rand();
|
||||
sentinalkey = rand() & 0xff;
|
||||
#endif
|
||||
|
||||
Cache_Init ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue