X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ftrigger%2Fjumppads.qh;h=268134e806757aa4f459295ad818bb4a8db013bc;hp=cd6adec310ccf2c00b974f92329f519f0561b45e;hb=e0012447bfce1b551df3dc01b043655aa93dafad;hpb=ec98f5c9d50f267779fed871c9eb094a52064219 diff --git a/qcsrc/common/mapobjects/trigger/jumppads.qh b/qcsrc/common/mapobjects/trigger/jumppads.qh index cd6adec31..268134e80 100644 --- a/qcsrc/common/mapobjects/trigger/jumppads.qh +++ b/qcsrc/common/mapobjects/trigger/jumppads.qh @@ -8,7 +8,7 @@ IntrusiveList g_jumppads; STATIC_INIT(g_jumppads) { g_jumppads = IL_NEW(); } .float pushltime; -.float istypefrag; +.bool istypefrag; .float height; const int NUM_JUMPPADSUSED = 3;