--- deliantra/server/include/dynbuf.h 2009/11/09 03:08:24 1.28 +++ deliantra/server/include/dynbuf.h 2009/11/11 23:27:57 1.29 @@ -103,6 +103,12 @@ return ptr; } + // used for force + alloc combo + void alloc (char *p) + { + ptr = p; + } + // allocate size bytes and return pointer to them (caller must force()) char *falloc (int size) {