Changeset 529

Show
Ignore:
Timestamp:
08/17/07 15:24:51 (1 year ago)
Author:
ajps
Message:

Some changes to get the Windows port building again.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/scripts/pkg_win

    r399 r529  
    1 #!/bin/sh 
     1#!/bin/bash 
    22# 
    33# Simple packaging file for the Windows port.  Only really useful when 
  • trunk/src/main-win.c

    r521 r529  
    41574157 
    41584158                                /* HACK - Redraw all windows */ 
    4159                                 p_ptr->window = 0xFFFFFFFF; 
    4160                                 window_stuff(); 
     4159                                if (character_dungeon) do_cmd_redraw(); 
    41614160                        } 
    41624161 
  • trunk/src/main.c

    r520 r529  
    6060 
    6161#ifdef USE_SOUND 
    62  
    63 bool new_save; 
    6462 
    6563/* 
  • trunk/src/variable.c

    r520 r529  
    783783autoinscription *inscriptions = 0; 
    784784u16b inscriptions_count = 0; 
     785 
     786/* Use new-type savefiles */ 
     787bool new_save; 
     788