~ubuntu-branches/ubuntu/intrepid/gnurobbo/intrepid

« back to all changes in this revision

Viewing changes to game.h

  • Committer: Bazaar Package Importer
  • Author(s): Lukasz Jachowicz
  • Date: 2005-05-08 10:21:39 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050508102139-qj2u7jc93x02mknc
Tags: 0.57.1-1
Replaced proprietary font with free Vera (Closes: #298955)

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
#define BMP_ICONS (PACKAGE_DATA_DIR "pixmaps/icons.bmp")
73
73
#define BMP_CIPHERS (PACKAGE_DATA_DIR "pixmaps/ciphers.bmp")
74
74
#define BMP_BACKGROUND (PACKAGE_DATA_DIR "pixmaps/background.bmp")
75
 
#define ROBBO_FONT (PACKAGE_DATA_DIR "robbo.ttf")
 
75
#define ROBBO_FONT ("/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf")
76
76
#define ROBBO_LEVELS (PACKAGE_DATA_DIR "levels.dat")
77
77
#else
78
78
#define BMP_ICONS "pixmaps/icons.bmp"
79
79
#define BMP_CIPHERS "pixmaps/ciphers.bmp"
80
 
#define ROBBO_FONT "robbo.ttf"
 
80
#define ROBBO_FONT "/usr/share/fonts/truetype/ttf-bitstream-vera/Vera.ttf"
81
81
#define ROBBO_LEVELS "levels.dat"
82
82
#endif
83
83