X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ffunctions.hpp;h=d56f6c2f7f5b96f431e5000f730589343e2d7392;hb=0608116fe96de0edda6dcd8d1e0e528ff1c73f9f;hp=b42aff5bbf05073810427ad2dc75190a8c627954;hpb=62816f56a485fa91b3d157a75c1d0cf568e394cf;p=supertux.git diff --git a/src/scripting/functions.hpp b/src/scripting/functions.hpp index b42aff5bb..d56f6c2f7 100644 --- a/src/scripting/functions.hpp +++ b/src/scripting/functions.hpp @@ -88,6 +88,12 @@ void fadeout_screen(float seconds); void shrink_screen(float dest_x, float dest_y, float seconds); /** + * Aborts any kind of previous screen fade; the screenchange will happen + * anyway. + */ +void abort_screenfade(); + +/** * Translate a text into the users language (by looking it up in the .po * files) */