X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fview.qh;h=f3c1f4139fff3543ca272c7a750a3cd3328422b5;hb=64ddb444fbb5d5a1b4e8eb5442544a8a5ae0b084;hp=5bce2fe3246818293474b6383dd05a2a1d68ce39;hpb=66d5ee9a0aea47839f244cf5346196c1c66cb490;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/view.qh b/qcsrc/client/view.qh index 5bce2fe32..f3c1f4139 100644 --- a/qcsrc/client/view.qh +++ b/qcsrc/client/view.qh @@ -6,8 +6,6 @@ vector crosshair_getcolor(entity this, float health_stat); void calc_followmodel_ofs(entity view); -void Porto_Draw(entity this); - void CSQC_Demo_Camera(); void TrueAim_Init(); @@ -16,7 +14,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;