aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorNathan Vance <nathav63@gmail.com>2015-02-10 20:33:58 -0500
committerNathan Vance <nathav63@gmail.com>2015-02-10 20:33:58 -0500
commit74dd414d3f0db95c6403fea5bb1f91f0e33fde26 (patch)
treeb9fbb103b72edd3876c9efc4f77aed0455c0c55d /main.c
parentAdded coupons to card display (diff)
download7w-74dd414d3f0db95c6403fea5bb1f91f0e33fde26.tar.gz
7w-74dd414d3f0db95c6403fea5bb1f91f0e33fde26.tar.bz2
7w-74dd414d3f0db95c6403fea5bb1f91f0e33fde26.zip
Bug fixes
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 6b2aef5..5279407 100644
--- a/main.c
+++ b/main.c
@@ -19,6 +19,7 @@ main()
io_printcard(0, 6, 2, 14);
io_printcard(0, 20, 2, 3);
io_printcard(31, 0, 1, 12);
+ io_printcard(31, 20, 1, 20);
io_getkey();
halt();
}
bgstack15