X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ffiles.c;h=20eadecd7b52d3d85d445af79ab7d82994a9234a;hb=6f6af05b1d4b9671bc115ab9ab2fa3b9d516a652;hp=08785811942da40c2588c76d064d81e930ba685e;hpb=9583e9c55b889974e0df9a8ca1930efdf29bda29;p=rocksndiamonds.git diff --git a/src/files.c b/src/files.c index 08785811..20eadecd 100644 --- a/src/files.c +++ b/src/files.c @@ -1820,7 +1820,7 @@ void CopyNativeLevel_RND_to_EM(struct LevelInfo *level) ply2->x_initial = 0; ply2->y_initial = 0; - /* at last, set the two players at their positions in the playfield */ + /* at last, set the two players to their positions in the playfield */ for (y = 0; y < lev->height; y++) for (x = 0; x < lev->width; x++) { if (level->field[x][y] == EL_PLAYER_1)