ソースを参照

made the coordinate generation more random because why not at this point

master
Ludovic 'Archivist' Lagouardette 5年前
コミット
091aebc562
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/test_client.cpp

+ 1
- 0
src/test_client.cpp ファイルの表示

@ -37,6 +37,7 @@ int main(int, char** argv) {
for(size_t idx=0;idx<tot;idx++)
{
tar.x.internal = srng();
tar.y.internal = srng();
request.op = db_op::write;
sendto(

読み込み中…
キャンセル
保存