Attempting to debug/fix SDL_Pango stuff.
Added icon for Kalidescope magic tool. Added Canada map starter. Added Japan map starter. Improved comments near gettext() calls to improve POT and PO files. Regenerated PO files and POT file. Added .cvsignore to make sure tp_magic_api.h (which is generated) isn't noticed.
This commit is contained in:
parent
21d9cf24be
commit
21ea42f38f
93 changed files with 21568 additions and 10201 deletions
|
|
@ -73,6 +73,10 @@ enum
|
|||
|
||||
/* Sound file filenames: */
|
||||
|
||||
/* FIXME: These should be moved to a .c file (sounds.c?) and extern'd here, to
|
||||
avoid being stored multiple times, and to avoid compiler warning
|
||||
-bjk 2007.07.17 */
|
||||
|
||||
static const char *sound_fnames[NUM_SOUNDS] = {
|
||||
DATA_PREFIX "sounds/harp.wav",
|
||||
DATA_PREFIX "sounds/click.wav",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue