Home
last modified time | relevance | path

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

/dports/games/galaxyhack/galaxyhack/src/
H A DGlobals.cpp49 Uint16 torpedoBlue; variable
H A DGlobals.h117 extern Uint16 torpedoBlue;
H A DLookupTables.cpp260 torpedoBlue = JSDL.MapRGB(36, 96, 226); in SetupLookupTables()
H A DProjectile.cpp670 Projectile_Base(ix, iy, target, iType, torpedoBlue), exploding(false) { in Torpedo()