Reorg ccdata

This commit is contained in:
jl777
2018-04-12 20:13:36 +03:00
parent 816d95d586
commit dfd07d7878
3 changed files with 28 additions and 1 deletions

View File

@@ -171,7 +171,7 @@ void komodo_eventadd_kmdheight(struct komodo_state *sp,char *symbol,int32_t heig
}
else
{
fprintf(stderr,"REWIND kmdheight.%d\n",kmdheight);
//fprintf(stderr,"REWIND kmdheight.%d\n",kmdheight);
kmdheight = -kmdheight;
komodo_eventadd(sp,height,symbol,KOMODO_EVENT_REWIND,(uint8_t *)&height,sizeof(height));
if ( sp != 0 )