Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / devs / diskimage / dms / u_init.c
blob8a0e842a66c46941d5814de818a9851ec840b332
1 /*
2 * xDMS v1.3 - Portable DMS archive unpacker - Public Domain
3 * Written by Andre Rodrigues de la Rocha <adlroc@usa.net>
5 * Decruncher reinitialization
7 */
9 #include "xdms.h"
11 void Init_Decrunchers (struct xdms_data *xdms) {
12 xdms->quick_text_loc = 251;
13 xdms->medium_text_loc = 0x3fbe;
14 xdms->heavy_text_loc = 0;
15 xdms->deep_text_loc = 0x3fc4;
16 xdms->init_deep_tabs = 1;
17 memset(xdms->text,0,0x3fc8);