Skip to content

Commit

Permalink
removed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDX committed Feb 2, 2016
1 parent b6e5d6f commit 332bd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pitfall.PRG
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ if(logid==0)
end
end

write_int(0,(2-logid)*8,0,0,&bit[logid]);
write_int(0,(2-logid)*8,8,0,&logbits[logid]);
//write_int(0,(2-logid)*8,0,0,&bit[logid]);
//write_int(0,(2-logid)*8,8,0,&logbits[logid]);



Expand Down

0 comments on commit 332bd4d

Please sign in to comment.