Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. diff --git a/src/itemdef.cpp b/src/itemdef.cpp
  2. index b582aef..a775b19 100644
  3. --- a/src/itemdef.cpp
  4. +++ b/src/itemdef.cpp
  5. @@ -449,7 +449,8 @@ class CItemDefManager: public IWritableItemDefManager
  6. tsrc->getTexture(f.tiledef[0].name);
  7. }
  8. }
  9. - else
  10. +
  11. + if(cc->inventory_texture != NULL)
  12. {
  13. if (m_driver == 0)
  14. m_driver = driver;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement