Guest User

Untitled

a guest
Jan 24th, 2018
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. uint32_t update_specialBlockCache(uint32_t ce, char* infoTypeName, uint32_t _arg) {
  2. >.......if (infoTypeName > 1)
  3. >.......>.......bla = 0;
  4. >.......else
  5. >.......>.......bla = 1;
  6. >.......if (!*pSpecialBlockCache)
  7. >.......>.......blubb = bla;
  8. >.......else
  9. >.......>.......blubb = bla | 1;
  10. >.......if (!blubb)
  11. >.......>.......return 0;
  12. }
Add Comment
Please, Sign In to add comment