Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. if (onDemandData.dataType == onDemandData.MAPS && loadingStage == 1) {
  2. for (int i = 0; i < aByteArrayArray1183.length; i++) {
  3. if (floorMap[i] == onDemandData.ID) {
  4. aByteArrayArray1183[i] = onDemandData.buffer;
  5. if (onDemandData.buffer == null) {
  6. floorMap[i] = -1;
  7. }
  8. break;
  9. }
  10. if (objectMap[i] != onDemandData.ID)
  11. continue;
  12. aByteArrayArray1247[i] = onDemandData.buffer;
  13. if (onDemandData.buffer == null) {
  14. objectMap[i] = -1;
  15. }
  16. break;
  17. }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement