X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Finit.c;h=19c91ca787844c09114d0f2317cb44970224c747;hb=7c435b7727b2d835e00b79365dd46102e0de08b4;hp=409858ca45e0c4e670534c8ecaa01076e719009a;hpb=f73405762b7a66ebed17c0f6fa56e909d7e5626f;p=rocksndiamonds.git diff --git a/src/init.c b/src/init.c index 409858ca..19c91ca7 100644 --- a/src/init.c +++ b/src/init.c @@ -277,6 +277,15 @@ void InitImageTextures(void) { static int texture_graphics[] = { + IMG_GFX_REQUEST_BUTTON_TOUCH_YES, + IMG_GFX_REQUEST_BUTTON_TOUCH_NO, + IMG_GFX_REQUEST_BUTTON_TOUCH_CONFIRM, + IMG_GFX_GAME_BUTTON_TOUCH_STOP, + IMG_GFX_GAME_BUTTON_TOUCH_PAUSE, + IMG_MENU_BUTTON_TOUCH_BACK, + IMG_MENU_BUTTON_TOUCH_NEXT, + IMG_MENU_BUTTON_TOUCH_BACK2, + IMG_MENU_BUTTON_TOUCH_NEXT2, -1 }; int i, j, k;