diff --git a/desktop_version/src/main.cpp b/desktop_version/src/main.cpp index 0c9908ae..7915ae3f 100644 --- a/desktop_version/src/main.cpp +++ b/desktop_version/src/main.cpp @@ -155,7 +155,7 @@ static const inline struct ImplFunc* get_gamestate_funcs( FUNC_LIST_END FUNC_LIST_BEGIN(TELEPORTERMODE) - {Func_fixed, maprenderfixed}, + {Func_fixed, teleporterrenderfixed}, {Func_delta, teleporterrender}, {Func_input, teleportermodeinput}, {Func_fixed, maplogic},