mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- silenced a few conversion truncation warnings.
This commit is contained in:
parent
f35c610328
commit
97223af592
7 changed files with 10 additions and 8 deletions
|
@ -62,7 +62,7 @@ double Get(int index, DCoreActor* actor, int type)
|
|||
|
||||
void Set(int index, DCoreActor* actor, int type, double val)
|
||||
{
|
||||
int old;
|
||||
double old;
|
||||
switch(type)
|
||||
{
|
||||
case Interp_Sect_Floorz: sector[index].setfloorz(val); break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue