mirror of
https://github.com/ZDoom/wadext.git
synced 2024-11-22 11:51:20 +00:00
- version bump.
This commit is contained in:
parent
e63e9a9b02
commit
679ab2e0ba
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -83,7 +83,7 @@ int main(int argc, char ** argv)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("WadExt v1.0 (c) 2016 Christoph Oelckers\nUsage: wadext [options] filename\n");
|
printf("WadExt v1.1 (c) 2016 Christoph Oelckers\nUsage: wadext [options] filename\n");
|
||||||
printf("Options:\n");
|
printf("Options:\n");
|
||||||
printf(" -nogfxconvert : Leave Doom format patches and flats in their original form, if not specified they will be converted to PNG.\n");
|
printf(" -nogfxconvert : Leave Doom format patches and flats in their original form, if not specified they will be converted to PNG.\n");
|
||||||
printf(" -nosndconvert : Leave Doom format sounds in their original form, if not specified they will be converted to WAV.\n");
|
printf(" -nosndconvert : Leave Doom format sounds in their original form, if not specified they will be converted to WAV.\n");
|
||||||
|
|
Loading…
Reference in a new issue