about summary refs log tree commit diff
path: root/dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index f52a24c..d6e705e 100644
--- a/dump.c
+++ b/dump.c
@@ -35,7 +35,7 @@ int main(int argc, char *argv[]) {
 	}
 	if (!rw) return fail("SDL_RWFromFile");
 
-	struct Cards *cards = Cards_Load(rw);
+	struct Cards *cards = Cards_Load(rw, 0);
 	if (!cards) return fail("Cards_Load");
 	SDL_RWclose(rw);