Advertisement
Guest User

Untitled

a guest
Jul 10th, 2014
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. src\ItemDef.java:524: error: cannot find symbol
  2. itemDef.editedModelColor = new int[1];
  3. ^
  4. symbol: variable editedModelColor
  5. location: variable itemDef of type ItemDef
  6. src\ItemDef.java:525: error: cannot find symbol
  7. itemDef.newModelColor = new int[1];
  8. ^
  9. symbol: variable newModelColor
  10. location: variable itemDef of type ItemDef
  11. src\ItemDef.java:526: error: cannot find symbol
  12. itemDef.editedModelColor[0] = 0;
  13. ^
  14. symbol: variable editedModelColor
  15. location: variable itemDef of type ItemDef
  16. src\ItemDef.java:527: error: cannot find symbol
  17. itemDef.newModelColor[0] = 1;
  18. ^
  19. symbol: variable newModelColor
  20. location: variable itemDef of type ItemDef
  21. 4 errors
  22. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement