summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorPhil <cracker642@gmail.com>2010-09-05 00:23:58 (GMT)
committer Phil <cracker642@gmail.com>2010-09-05 00:23:58 (GMT)
commitc5e80b4d8ec90e2126372b868382320c7f446d32 (patch)
tree920f11e4d0ab279fa53d3b7271198747dbf93a14 /main.c
parent21863c088b5f4c266e33b41813ec697a7d3fa46d (diff)
downloadpowder-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 8d37a88..7661945 100644
--- a/main.c
+++ b/main.c
@@ -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