chiark
/
gitweb
/
~mdw
/
newkind
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26b2a2e
)
Fix asymmetry for Elite rating.
author
mdw
<mdw>
Mon, 10 Mar 2003 09:30:22 +0000
(09:30 +0000)
committer
mdw
<mdw>
Mon, 10 Mar 2003 09:30:22 +0000
(09:30 +0000)
docked.c
patch
|
blob
|
blame
|
history
diff --git
a/docked.c
b/docked.c
index 52e1863ea76381862cc1ab4058c0846ee12cd23a..6fa2fa3a1fb9ee3fffcb250bf6ce3db1c9c2bd3b 100644
(file)
--- a/
docked.c
+++ b/
docked.c
@@
-457,7
+457,7
@@
struct rank rating[NO_OF_RANKS] =
{0x0080, "Competent"},
{0x0200, "Dangerous"},
{0x0A00, "Deadly"},
- {0x1900, "---
-
E L I T E ---"}
+ {0x1900, "--- E L I T E ---"}
};
char *laser_name[5] = {"Pulse", "Beam", "Military", "Mining", "Custom"};