mirror of
https://github.com/diasurgical/devilution.git
synced 2026-06-20 05:46:12 +00:00
Clean up SyncLever.
This commit is contained in:
committed by
Anders Jenbo
parent
f444628a7a
commit
2ccfda1edb
+2
-5
@@ -4574,11 +4574,8 @@ void SyncCrux(int i)
|
||||
|
||||
void SyncLever(int i)
|
||||
{
|
||||
int v1; // ecx
|
||||
|
||||
v1 = i;
|
||||
if (!object[v1]._oSelFlag)
|
||||
ObjChangeMap(object[v1]._oVar1, object[v1]._oVar2, object[v1]._oVar3, object[v1]._oVar4);
|
||||
if (!object[i]._oSelFlag)
|
||||
ObjChangeMap(object[i]._oVar1, object[i]._oVar2, object[i]._oVar3, object[i]._oVar4);
|
||||
}
|
||||
|
||||
void SyncQSTLever(int i)
|
||||
|
||||
Reference in New Issue
Block a user