Skip to content

Commit

Permalink
Remove unused signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff committed Oct 24, 2024
1 parent 7afbde5 commit e51d515
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions gamedata/cs2fixes.games.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@
"windows" "\x48\x89\x5C\x24\x2A\x48\x89\x7C\x24\x2A\x55\x48\x8D\xAC\x24\x2A\x2A\x2A\x2A\xB8\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x48\x2B\xE0\x48\x8B\x02\x48\x8B\xF9"
"linux" "\x55\x48\x89\xE5\x41\x57\x41\x56\x41\x55\x49\x89\xF5\x41\x54\x49\x89\xFC\x53\x48\x81\xEC\x2A\x2A\x2A\x2A\xE8\x2A\x2A\x2A\x2A\x84\xC0\x74\x2A\x41\x80\xBC\x24"
}
// In the vtable it comes right above Touch
"TriggerTeleport_StartTouch"
{
"library" "server"
"windows" "\x40\x56\x57\x48\x81\xEC\x2A\x00\x00\x00\x48\x8B\x01\x48\x8B\xFA"
"linux" "\x55\x48\x89\xE5\x41\x57\x49\x89\xFF\x41\x56\x41\x55\x41\x54\x49\x89\xF4\x53\x48\x81\xEC\x2A\x00\x00\x00\x48\x8B\x07"
}
// this is called in CTriggerPush::Touch, using IDA pseudocode look in an `if ( ( v & 0x80 ) != 0 )` and then `if ( v > 0.0 ) SetGroundEntity()`
"SetGroundEntity"
{
Expand Down

0 comments on commit e51d515

Please sign in to comment.