mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-05 03:15:07 -04:00
added __TIME__
This commit is contained in:
parent
2f76502673
commit
4dafee4be2
@ -74,7 +74,7 @@ main(int argc, char *argv[]) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr<<"directdClient"<<endl;
|
cerr<<"directdClient "<<__DATE__<<" "<<__TIME__<<endl;
|
||||||
string host="localhost";
|
string host="localhost";
|
||||||
int port=8001;
|
int port=8001;
|
||||||
if (argc >= 3) {
|
if (argc >= 3) {
|
||||||
|
@ -107,7 +107,7 @@ main(int argc, char *argv[]) {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
cerr<<"directdServer "<<__DATE__<<endl;
|
cerr<<"directdServer "<<__DATE__<<" "<<__TIME__<<endl;
|
||||||
int port=8001;
|
int port=8001;
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
port=(atoi(argv[argc-1]));
|
port=(atoi(argv[argc-1]));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user