Various small interface changes.
This commit is contained in:
parent
3d77c87e81
commit
d23a617a83
6 changed files with 64 additions and 53 deletions
|
|
@ -558,3 +558,10 @@ vtglobaltolocal(uchar score[VtScoreSize])
|
|||
return NilBlock;
|
||||
return (score[16]<<24)|(score[17]<<16)|(score[18]<<8)|score[19];
|
||||
}
|
||||
|
||||
int
|
||||
vtblockdirty(VtBlock *b)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue