X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=12fd6eb614c5e8040e0a24995d35ad7f520107c6;hp=5bce2fe3246818293474b6383dd05a2a1d68ce39;hb=83fdfb28c41d23ca925df3708069fde58555a88c;hpb=e044c33d2e56a13837659b0cdb0ac9a2e6242957 diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 5bce2fe324..12fd6eb614 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -16,7 +16,7 @@ entity viewmodels[MAX_WEAPONSLOTS]; vector viewloc_mousepos; -bool cursor_active; +int cursor_active; int cursor_type; const int CURSOR_NORMAL = 0; const int CURSOR_MOVE = 1;