~ubuntu-branches/debian/sid/tome/sid

« back to all changes in this revision

Viewing changes to src/main-x11.c.rej

  • Committer: Package Import Robot
  • Author(s): Manoj Srivastava
  • Date: 2014-05-14 13:49:42 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20140514134942-mhutcdxhr1yhjjvw
Tags: 2.3.6-ah-1
* Upstream development of version 2 has moved into maintenance mode,
  with a new upstream git repository at:
  git://gitorious.org/tome2/tome2.git
  - Don't generate impassable glass walls.
  - Mark *all* quest monsters properly.
  - Avoid generating up staircases in selected dungeons.
  - Mimicry cloaks of Abomination now aggravate properly.
  - Properly handle item set effects with certain traps.
  - Fix crash bug during character dumps.
  - Misc. Mimicry fixes.
  - Prevent immunities from Balrog Form persisting too long.
  - Fix for loading/saving on Linux distribution using Fortify.
  - Fix for module directory paths.
  - Fix miscellaneous problems on 64-bit platforms.
  - Princess room should now always be generated.
  - Extra Blows applies to barehand combat too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
***************
2
 
*** 3198,3199
3
 
-               /* Try the "20x20.bmp" file */
4
 
-               path_build(filename, 1024, ANGBAND_DIR_XTRA, "graf/20x20.bmp");
5
 
--- 3198,3199 -----
6
 
+               /* Try the "16x16.bmp" file */
7
 
+               path_build(filename, 1024, ANGBAND_DIR_XTRA, "graf/16x16.bmp");
8
 
***************
9
 
*** 3201
10
 
-               /* Use the "20x20.bmp" file if it exists */
11
 
--- 3201 -----
12
 
+               /* Use the "16x16.bmp" file if it exists */
13
 
***************
14
 
*** 3208
15
 
-                       pict_wid = pict_hgt = 20;
16
 
--- 3208 -----
17
 
+                       pict_wid = pict_hgt = 16;