]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/hud/panel/infomessages.qh
Don't drop powerfup if something has dropped before
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / infomessages.qh
1 #pragma once
2 #include "../panel.qh"
3
4 bool autocvar_hud_panel_infomessages;
5 bool autocvar_hud_panel_infomessages_dynamichud = false;
6 bool autocvar_hud_panel_infomessages_flip;
7
8 bool autocvar_cl_showspectators;