Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. private void resetImageProducers2() {
  2. if(aRSImageProducer_1166 != null)
  3. return;
  4. nullLoader();
  5. super.fullGameScreen = null;
  6. aRSImageProducer_1107 = null;
  7. aRSImageProducer_1108 = null;
  8. aRSImageProducer_1109 = null;
  9. aRSImageProducer_1110 = null;
  10. aRSImageProducer_1111 = null;
  11. aRSImageProducer_1112 = null;
  12. aRSImageProducer_1113 = null;
  13. aRSImageProducer_1114 = null;
  14. aRSImageProducer_1115 = null;
  15. aRSImageProducer_1166 = new RSImageProducer(516, 165, getGameComponent());
  16. aRSImageProducer_1164 = new RSImageProducer(249, 168, getGameComponent());
  17. DrawingArea.setAllPixelsToZero();
  18. mapBack.drawBackground(0, 0);
  19. aRSImageProducer_1163 = new RSImageProducer(250, 335, getGameComponent());
  20. aRSImageProducer_1165 = new RSImageProducer(512, 334, getGameComponent());
  21. DrawingArea.setAllPixelsToZero();
  22. //aRSImageProducer_1123 = new RSImageProducer(496, 50, getGameComponent());
  23. aRSImageProducer_1124 = new RSImageProducer(269, 37, getGameComponent());
  24. aRSImageProducer_1125 = new RSImageProducer(249, 45, getGameComponent());
  25. welcomeScreenRaised = true;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement