mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 05:16:37 +00:00
More compiler warning fixes.
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ Doors::Doors(const char *dmodel, float dx, float dy, float dz, float dheading, u
|
||||
dest_heading = 0;
|
||||
|
||||
is_ldon_door = 0;
|
||||
client_version_mask = 4294967295;
|
||||
client_version_mask = 4294967295u;
|
||||
}
|
||||
|
||||
|
||||
@@ -788,4 +788,4 @@ void Doors::CreateDatabaseEntry()
|
||||
return;
|
||||
}
|
||||
database.InsertDoor(GetDoorDBID(), GetDoorID(), GetDoorName(), GetX(), GetY(), GetZ(), GetHeading(), GetOpenType(), GetGuildID(), GetLockpick(), GetKeyItem(), GetDoorParam(), GetInvertState(), GetIncline(), GetSize());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user