diff --git a/src/Client/PseuWoW.cpp b/src/Client/PseuWoW.cpp index 7f6b55e..558806c 100644 --- a/src/Client/PseuWoW.cpp +++ b/src/Client/PseuWoW.cpp @@ -46,8 +46,8 @@ void PseuInstanceRunnable::sleep(uint32 msecs) PseuInstance::PseuInstance(PseuInstanceRunnable *run) { _runnable=run; - _ver="PseuWoW Alpha Build 13.4" DEBUG_APPENDIX; - _ver_short="A13.4" DEBUG_APPENDIX; + _ver="PseuWoW Alpha Build 13.5" DEBUG_APPENDIX; + _ver_short="A13.5" DEBUG_APPENDIX; _wsession=NULL; _rsession=NULL; _scp=NULL; diff --git a/src/tools/stuffextract/StuffExtract.cpp b/src/tools/stuffextract/StuffExtract.cpp index 703c46e..722282e 100644 --- a/src/tools/stuffextract/StuffExtract.cpp +++ b/src/tools/stuffextract/StuffExtract.cpp @@ -26,7 +26,8 @@ bool doMaps=true, doSounds=false, doTextures=false, doWmos=false, doModels=false int main(int argc, char *argv[]) { char input[200]; - printf("StuffExtract [version %u]\n\n",SE_VERSION); + printf("StuffExtract [version %u]\n",SE_VERSION); + printf("Use -help or -? to display help about command line arguments and config.\n\n",SE_VERSION); ProcessCmdArgs(argc, argv); PrintConfig(); if(!GetLocale())