Workaround render bug. TODO: make nice.

This commit is contained in:
Stefan `Sec` Zehl 2011-07-05 15:49:44 +02:00
parent 70bf904c1c
commit 50ac82f893
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ int DoChar(int sx, int sy, int c){
preblank = font->au8FontTable[toff+1];
blank= font->au8FontTable[toff+2];
data=&font->au8FontTable[toff+3];
width=(width/height)-1;
width=(width-3/height);
}else{
data=pk_decode(&font->au8FontTable[toff],&width);
}