* its about time now for a version upgrade + release version ;)
This commit is contained in:
parent
4405563a6b
commit
dac491af3a
@ -46,8 +46,8 @@ void PseuInstanceRunnable::sleep(uint32 msecs)
|
|||||||
PseuInstance::PseuInstance(PseuInstanceRunnable *run)
|
PseuInstance::PseuInstance(PseuInstanceRunnable *run)
|
||||||
{
|
{
|
||||||
_runnable=run;
|
_runnable=run;
|
||||||
_ver="PseuWoW Alpha Build 13.4" DEBUG_APPENDIX;
|
_ver="PseuWoW Alpha Build 13.5" DEBUG_APPENDIX;
|
||||||
_ver_short="A13.4" DEBUG_APPENDIX;
|
_ver_short="A13.5" DEBUG_APPENDIX;
|
||||||
_wsession=NULL;
|
_wsession=NULL;
|
||||||
_rsession=NULL;
|
_rsession=NULL;
|
||||||
_scp=NULL;
|
_scp=NULL;
|
||||||
|
|||||||
@ -26,7 +26,8 @@ bool doMaps=true, doSounds=false, doTextures=false, doWmos=false, doModels=false
|
|||||||
int main(int argc, char *argv[])
|
int main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
char input[200];
|
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);
|
ProcessCmdArgs(argc, argv);
|
||||||
PrintConfig();
|
PrintConfig();
|
||||||
if(!GetLocale())
|
if(!GetLocale())
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user