X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_caveset.h;h=e5a5a7e6a85bb27abeb0aa04952b42876f15f36d;hb=e25acb01746ef65a1c5d4919b0e7c2c5d48b6807;hp=94ec437862365bdf21a5334ed675c02c837e9baf;hpb=d2b7c541271aec188c9394af58cdb8d9f66d88b9;p=rocksndiamonds.git diff --git a/src/game_bd/bd_caveset.h b/src/game_bd/bd_caveset.h index 94ec4378..e5a5a7e6 100644 --- a/src/game_bd/bd_caveset.h +++ b/src/game_bd/bd_caveset.h @@ -31,11 +31,11 @@ typedef struct _gd_caveset_data GdString www; /* link to author's webpage */ GdString date; /* date of creation */ - GString *story; /* story for the caves */ - GString *remark; /* notes about the game */ + char *story; /* story for the caves */ + char *remark; /* notes about the game */ - GString *title_screen; /* base64-encoded title screen image */ - GString *title_screen_scroll; /* scrolling background for title screen image */ + char *title_screen; /* base64-encoded title screen image */ + char *title_screen_scroll; /* scrolling background for title screen image */ GdString charset; /* these are not used by gdash */ GdString fontset;