X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Ftoons.h;fp=src%2Flibgame%2Ftoons.h;h=313458372e363252b52ed40af19317fc3125c83b;hb=ea6e4698905d7440a265e323d03cf13fc323c44b;hp=4d3e0be8a08d2579177c915d82fe38bb17756871;hpb=1e5cae5e3ab889c3bcba80a065c6d7ba1e6d28a2;p=rocksndiamonds.git diff --git a/src/libgame/toons.h b/src/libgame/toons.h index 4d3e0be8..31345837 100644 --- a/src/libgame/toons.h +++ b/src/libgame/toons.h @@ -35,8 +35,27 @@ struct ToonScreenInfo struct ToonInfo { - Bitmap *bitmap; +#if 0 + int graphic; + int width, height; + int src_x, src_y; + int anim_frames; + int step_delay; + int step_offset; + int anim_mode; + int direction; + int position; + int anim_delay; + int anim_start_frame; + Bitmap *bitmap; /* dynamically initialized */ + + char *direction_str; + char *position_str; + +#else + + Bitmap *bitmap; int src_x, src_y; int width, height; int anim_frames; @@ -45,9 +64,9 @@ struct ToonInfo int anim_mode; int step_offset; int step_delay; - char *direction; char *position; +#endif };