X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_em%2Finput.c;h=1df150a898179999f9f0528e7d5676cfdc7ed914;hb=54a50915b53f8ceac54f315663efddeec3a966fa;hp=70106b1d85cdc6bd7e71a4176dc8fb121b442b92;hpb=dd11b3af00799f1dcd34481281bb219216ac9a4b;p=rocksndiamonds.git diff --git a/src/game_em/input.c b/src/game_em/input.c index 70106b1d..1df150a8 100644 --- a/src/game_em/input.c +++ b/src/game_em/input.c @@ -16,11 +16,14 @@ extern int screen_y; struct EngineSnapshotInfo_EM engine_snapshot_em; -void game_init_vars(void) +void game_init_random(void) { - int x, y; - RandomEM = 1684108901; +} + +void game_init_cave_buffers(void) +{ + int x, y; for (y = 0; y < CAVE_BUFFER_HEIGHT; y++) for (x = 0; x < CAVE_BUFFER_WIDTH; x++)