Added alien magic tool. Added missing description text for some magic tools.

This commit is contained in:
Andrew Corcoran 2008-07-29 19:57:55 +00:00
parent fd65f98abc
commit d0d5e16b00
9 changed files with 257 additions and 16 deletions

View file

@ -69,8 +69,8 @@ const char * snow_names[snow_NUM_TOOLS] = {
gettext_noop("Snow Flake"),
};
const char * snow_descs[snow_NUM_TOOLS] = {
gettext_noop("Click to add snow to the image."),
gettext_noop("Click to add snow to the image."),
gettext_noop("Click to add snow to the entire image."),
gettext_noop("Click to add snow to the entire image."),
};
Uint32 snow_api_version(void) { return(TP_MAGIC_API_VERSION); }