X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ffunctions.hpp;h=94fa88c0719ac8f992257ff3773f58fcc4e379b7;hb=714a30abd887def6331a193216387e66cbfbd1bb;hp=b5fbec3c2c0448b90847a581b82857ea66da4230;hpb=ed51c9c974fe748420844158b8ce572a1f8ea284;p=supertux.git diff --git a/src/scripting/functions.hpp b/src/scripting/functions.hpp index b5fbec3c2..94fa88c07 100644 --- a/src/scripting/functions.hpp +++ b/src/scripting/functions.hpp @@ -112,7 +112,7 @@ void debug_collrects(bool enable); /** * enable/disable drawing of fps */ -void debug_draw_fps(bool enable); +void debug_show_fps(bool enable); /** * enable/disable drawing of non-solid layers @@ -182,4 +182,3 @@ int rand(); } #endif -