Ignore:
Timestamp:
05/04/2007 07:30:35 PM (5 years ago)
Author:
guyru
Message:

Patched source-code for portable edition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/openyahtzee1.7PE/src/HighScoreTableDB.cpp

    r28 r79  
    2929HighScoreTableDB::HighScoreTableDB() 
    3030{ 
    31         /* Open the database which holds the settings. */ 
    32         m_path = ((wxFileName::GetHomeDir()).mb_str()); 
    33         m_path += "/"; //IMPORTANT! only works under linux/unix/*nix 
    34         m_path += DBFILENAME; 
     31//      /* Open the database which holds the settings. */ 
     32//      m_path = ((wxFileName::GetHomeDir()).mb_str()); 
     33//      m_path += "/"; //IMPORTANT! only works under linux/unix/*nix 
     34//      m_path += DBFILENAME; 
     35        m_path = DBFILENAME; 
    3536 
    3637#ifdef DEBUG 
Note: See TracChangeset for help on using the changeset viewer.