From ca4aa52dfbeb20b09de9edc2d7524b26c508f560 Mon Sep 17 00:00:00 2001 From: sparky4 Date: Sat, 30 Jan 2016 11:06:14 -0600 Subject: [PATCH] ww --- src/lib/16_in.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/16_in.h b/src/lib/16_in.h index c34db5a0..7962a78d 100755 --- a/src/lib/16_in.h +++ b/src/lib/16_in.h @@ -225,7 +225,8 @@ typedef struct word speed; //player speed! //0000 planar_buf_t huge *data; //supposively the sprite sheet data // planar_buf_t data; //supposively the sprite sheet data -////0000---- bitmap_t data; //supposively the sprite sheet data +////0000---- + bitmap_t huge *data; //supposively the sprite sheet data sword hp; //hitpoints of the player int persist_aniframe; /* gonna be increased to 1 before being used, so 0 is ok for default */ CursorInfo info; -- 2.39.2