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
|
@ -929,7 +929,7 @@ struct font_s *Font_LoadFont(int height, char *fontfilename)
|
|||
f->chars[i].bmh = PLANEWIDTH/16;
|
||||
f->chars[i].bmw = PLANEWIDTH/16;
|
||||
f->chars[i].bmx = (i&15)*(PLANEWIDTH/16);
|
||||
f->chars[i].bmy = (i/16)*(PLANEWIDTH/16);
|
||||
f->chars[i].bmy = ((i/16)*(PLANEWIDTH/16)) & 0xff;
|
||||
f->chars[i].left = 0;
|
||||
f->chars[i].top = 0;
|
||||
f->chars[i].nextchar = 0; //these chars are not linked in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue