Home
last modified time | relevance | path

Searched refs:IN_MINIMAPSCALE (Results 1 – 4 of 4) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/interface/
H A Ddrawminimap.cpp61 …if ( !command && *inputPressed(impulses[IN_MINIMAPSCALE]) || (shootmode && *inputPressed(joyimpuls… in drawMinimap()
71 *inputPressed(impulses[IN_MINIMAPSCALE]) = 0; in drawMinimap()
H A Dconsolecommand.cpp594 impulses[IN_MINIMAPSCALE] = atoi(&command_str[6]); in consoleCommand()
H A Dinterface.cpp730 impulses[IN_MINIMAPSCALE] = 27; in defaultImpulses()
/dports/games/barony/Barony-3.3.7/src/
H A Dmain.hpp208 #define IN_MINIMAPSCALE 17 macro