diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-06 17:25:52 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-06 17:25:52 +0000 |
| commit | 35185452d7546ab56aa0040d7c2d68795c3f813f (patch) | |
| tree | 275025e31e94ed999019a12307dccf4fc6f9fc6a /src/keytable.c | |
| parent | f3cc2306be924ba521243d38d2cdea8297bdf1eb (diff) | |
- synchronizuju sa aj veci
- preklady obsahuju aj font a velkost pismen
- upravy aby to slo
( po stahnut tejto verzii sa hra musi odinstalovat a znova naonstalovat )
git-svn-id: http://opensvn.csie.org/tuxanci_ng@43 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/keytable.c')
| -rw-r--r-- | src/keytable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keytable.c b/src/keytable.c index 7e2ed0e..db4aa02 100644 --- a/src/keytable.c +++ b/src/keytable.c @@ -46,7 +46,7 @@ void initKeyTable() /* int i; */ - sprintf(path, PATH_DATA "keytable.conf"); + sprintf(path, PATH_CONFIG "keytable.conf"); keytableFile = loadTextFile(path); if( keytableFile == NULL ) |