diff options
| author | Phil <cracker642@gmail.com> | 2010-09-05 00:23:58 (GMT) |
|---|---|---|
| committer | Phil <cracker642@gmail.com> | 2010-09-05 00:23:58 (GMT) |
| commit | c5e80b4d8ec90e2126372b868382320c7f446d32 (patch) | |
| tree | 920f11e4d0ab279fa53d3b7271198747dbf93a14 /main.c | |
| parent | 21863c088b5f4c266e33b41813ec697a7d3fa46d (diff) | |
| download | powder-c5e80b4d8ec90e2126372b868382320c7f446d32.zip powder-c5e80b4d8ec90e2126372b868382320c7f446d32.tar.gz | |
should be all in K now, semi-conductors might be buggy, not sure why
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1355,9 +1355,9 @@ int main(int argc, char *argv[]) if(!((cr>>8)>=NPART || !cr)) { #ifdef BETA - sprintf(heattext, "%s, Pressure: %3.2f, Temp: %4.2f C, Life: %d", ptypes[cr&0xFF].name, pv[(y/sdl_scale)/CELL][(x/sdl_scale)/CELL], parts[cr>>8].temp, parts[cr>>8].life); + sprintf(heattext, "%s, Pressure: %3.2f, Temp: %4.2f K, Life: %d", ptypes[cr&0xFF].name, pv[(y/sdl_scale)/CELL][(x/sdl_scale)/CELL], parts[cr>>8].temp, parts[cr>>8].life); #else - sprintf(heattext, "%s, Pressure: %3.2f, Temp: %4.2f C", ptypes[cr&0xFF].name, pv[(y/sdl_scale)/CELL][(x/sdl_scale)/CELL], parts[cr>>8].temp); + sprintf(heattext, "%s, Pressure: %3.2f, Temp: %4.2f K", ptypes[cr&0xFF].name, pv[(y/sdl_scale)/CELL][(x/sdl_scale)/CELL], parts[cr>>8].temp); #endif } else |
