* 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)
|
||||
{
|
||||
_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;
|
||||
|
||||
@ -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())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user