diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-30 08:47:31 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-03-30 08:47:31 -0400 |
commit | 0b1bfa28f33410acc1c3b95df1c1b748ce55b447 (patch) | |
tree | 807e942cfb92cb631b02ec0079da63838dd6741f /src/inventory.cpp | |
parent | c35571e37bdd6d2fe9b95e4265c150265585f3a9 (diff) | |
parent | a9a9777190086bd2ce2aa54e20a1101509614463 (diff) |
Inv and textures
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index 7317179..a2723fb 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -9,9 +9,8 @@ extern Player *player; extern GLuint invUI; static float hangle = 0.0f; static bool swing = false; -//static float xc,yc; static vec2 itemLoc; -static const unsigned char numSlot = 7; +static const unsigned int numSlot = 2000; Mix_Chunk* swordSwing; static std::vector<Item *> itemMap; |