projects
/
xonotic
/
netradiant.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713a3ca
)
q3map2/help: remove typo
author
Thomas Debesse <dev@illwieckz.net>
Mon, 3 May 2021 04:57:23 +0000
(06:57 +0200)
committer
Thomas Debesse <dev@illwieckz.net>
Mon, 3 May 2021 06:16:22 +0000
(08:16 +0200)
tools/quake3/q3map2/help.c
patch
|
blob
|
history
diff --git
a/tools/quake3/q3map2/help.c
b/tools/quake3/q3map2/help.c
index 56916b63741d5ef64853d54e8e43927882d994ca..9afb60d349bb9a15c735ac654f7affd7ed60a749 100644
(file)
--- a/
tools/quake3/q3map2/help.c
+++ b/
tools/quake3/q3map2/help.c
@@
-333,7
+333,7
@@
void HelpConvert()
void HelpExport()
{
struct HelpOption exportl[] = {
- {"-export <filename.bsp>", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga`
ff
"}
+ {"-export <filename.bsp>", "Copies lightmaps from the BSP to `filename/lightmap_0000.tga`"}
};
HelpOptions("Exporting lightmaps", 0, terminalColumns, exportl, sizeof(exportl)/sizeof(struct HelpOption));