X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame_bd%2Fbd_graphics.c;h=f1558c277da10ab2cf210063960276db7398c867;hb=a17bb502b568bb4ab585b9aff45b571ac724d52e;hp=aab4330160292ff3727b75f758cd0a99efda7313;hpb=edaa850fd2d2cae7ec31961fae3d56487e710c71;p=rocksndiamonds.git diff --git a/src/game_bd/bd_graphics.c b/src/game_bd/bd_graphics.c index aab43301..f1558c27 100644 --- a/src/game_bd/bd_graphics.c +++ b/src/game_bd/bd_graphics.c @@ -108,7 +108,7 @@ void set_play_area(int w, int h) play_area_h = h; } -void gd_init_keystate(void) +void gd_init_play_area(void) { set_play_area(SXSIZE, SYSIZE); }