1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-13 17:49:10 +00:00

(svn r2535) Tabs

This commit is contained in:
tron
2005-07-08 22:25:24 +00:00
parent 83f72f696a
commit 1b4a0897b6
15 changed files with 92 additions and 89 deletions

View File

@@ -534,7 +534,7 @@ void stat_Hash(Hash* h)
if (usage[i]) {
printf("%d:%d ", i, usage[i]);
/*
if (i>0){
if (i>0){
uint j;
for (j=0;j<(usage[i] * 160 / 800);j++)
printf("#");
@@ -566,7 +566,7 @@ void clear_Hash(Hash* h, bool free_values)
HashNode* prev = node;
node = node->next;
if (free_values)
free(prev->value);
free(prev->value);
free(prev);
}
}