------------------------------------------------------------------------ r2262 | helixhorned | 2012-01-15 14:40:16 -0800 (Sun, 15 Jan 2012) | 1 line gamedef.c: make some variables static and remove some #if 0'ed code. ------------------------------------------------------------------------ r2261 | helixhorned | 2012-01-15 14:39:59 -0800 (Sun, 15 Jan 2012) | 4 lines Remove the allocache() allocation type for 'intptr_t *lookups'. Always malloc that buffer. This allows us to remove suckcache() from cache1d.c, which I believe to be buggy (see comments in the source). ------------------------------------------------------------------------