From 3120be4f673c3e106c47ee250ca02179bacec52f Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 8 Oct 2015 09:10:08 -0400 Subject: improved inventory, debug flags --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 41f8e79..f0ca288 100644 --- a/main.cpp +++ b/main.cpp @@ -110,6 +110,8 @@ int main(int argc, char *argv[]){ bgImage=loadTexture("assets/bg.png"); + initInventorySprites(); + while(gameRunning){ mainLoop(); } -- cgit v1.2.3