mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-04 00:23:22 +08:00
[saco] Remove comment blocks in CDeathWindow::SpriteIDForWeapon(...)
This commit is contained in:
parent
b9608184d4
commit
b544ded1f2
@ -51,14 +51,6 @@ PCHAR CDeathWindow::SpriteIDForWeapon(BYTE byteWeaponID)
|
|||||||
return "!";
|
return "!";
|
||||||
case WEAPON_CHAINSAW:
|
case WEAPON_CHAINSAW:
|
||||||
return "1";
|
return "1";
|
||||||
/*case WEAPON_DILDO:
|
|
||||||
return "E";
|
|
||||||
case WEAPON_DILDO2:
|
|
||||||
return "E";
|
|
||||||
case WEAPON_VIBRATOR:
|
|
||||||
return "E";
|
|
||||||
case WEAPON_VIBRATOR2:
|
|
||||||
return "E";*/
|
|
||||||
case WEAPON_DILDO:
|
case WEAPON_DILDO:
|
||||||
case WEAPON_DILDO2:
|
case WEAPON_DILDO2:
|
||||||
case WEAPON_VIBRATOR:
|
case WEAPON_VIBRATOR:
|
||||||
@ -124,10 +116,6 @@ PCHAR CDeathWindow::SpriteIDForWeapon(BYTE byteWeaponID)
|
|||||||
return "Q";
|
return "Q";
|
||||||
case WEAPON_COLLISION:
|
case WEAPON_COLLISION:
|
||||||
return "K";
|
return "K";
|
||||||
/*case SPECIAL_ENTRY_CONNECT:
|
|
||||||
return "N";
|
|
||||||
case SPECIAL_ENTRY_DISCONNECT:
|
|
||||||
return "N";*/
|
|
||||||
case SPECIAL_ENTRY_CONNECT:
|
case SPECIAL_ENTRY_CONNECT:
|
||||||
case SPECIAL_ENTRY_DISCONNECT:
|
case SPECIAL_ENTRY_DISCONNECT:
|
||||||
return "N";
|
return "N";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user