home
·
contact
·
privacy
projects
/
plomrogue
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d646903
)
Server: Fix typo in T_MEMTHING string.
author
Christian Heller
<c.heller@plomlompom.de>
Sun, 17 Aug 2014 02:40:17 +0000
(
04:40
+0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Sun, 17 Aug 2014 02:40:17 +0000
(
04:40
+0200)
src/server/hardcoded_strings.c
patch
|
blob
|
history
diff --git
a/src/server/hardcoded_strings.c
b/src/server/hardcoded_strings.c
index 64bcc59b1acf44a8c99fff7e16337f608ad07051..b485514c2db65efc7d2fc24cfdc22566c2b89c24 100644
(file)
--- a/
src/server/hardcoded_strings.c
+++ b/
src/server/hardcoded_strings.c
@@
-37,7
+37,7
@@
extern void init_strings()
s[S_CMD_T_HP] = "T_LIFEPOINTS";
s[S_CMD_T_CARRIES] = "T_CARRIES";
s[S_CMD_T_MEMMAP] = "T_MEMMAP";
- s[S_CMD_T_MEMTHING] = "T_MEMTHING
ß
";
+ s[S_CMD_T_MEMTHING] = "T_MEMTHING";
s[S_CMD_AI] = "ai";
s[S_CMD_WAIT] = "wait";
s[S_CMD_MOVE] = "move";