| 35 |
|
static int objsize; /* size of stored OBJECT's */ |
| 36 |
|
static short otypmap[NUMOTYPE+8]; /* object type map */ |
| 37 |
|
|
| 38 |
< |
static long imhash(mod) char *mod; {return((long)mod);} |
| 38 |
> |
static unsigned long imhash(mod) char *mod; {return((unsigned long)mod);} |
| 39 |
|
static LUTAB imtab = {imhash,NULL,NULL,NULL,0,NULL,0}; |
| 40 |
|
|
| 41 |
|
static LUTAB ottab = LU_SINIT(free,free); |
| 74 |
|
glCallList(ot->listid); |
| 75 |
|
|
| 76 |
|
if (o->oargs.nsargs > 1) { /* end transform */ |
| 77 |
+ |
glMatrixMode(GL_MODELVIEW); |
| 78 |
|
glPopMatrix(); |
| 79 |
|
glPopAttrib(); |
| 80 |
|
} |