mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-16 07:12:18 +02:00
add ALL THE CONSTS
This commit is contained in:
parent
620615599f
commit
32b1e88a0a
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ bool processParameters(int parameterCount, char* parameterData[])
|
|||
return true;
|
||||
};
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
int main(const int argc, const char* argv[]) {
|
||||
|
||||
srand(time(0));
|
||||
int AUDIO_UDP_SEND_PORT = 1500 + (rand() % (int)(1500 - 2000 + 1));
|
||||
|
|
Loading…
Reference in a new issue