mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetics
This commit is contained in:
parent
711085ab92
commit
8bee1511bb
@ -3219,8 +3219,7 @@ const char *CDecor::GetResHili (POINT posMouse)
|
||||
if (!obj->second.corner)
|
||||
return gettext (obj->second.text);
|
||||
|
||||
if (m_celHili.x % 2
|
||||
&& m_celHili.y % 2)
|
||||
if (m_celHili.x % 2 && m_celHili.y % 2)
|
||||
return gettext (obj->second.text);
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,7 @@
|
||||
// Menu.cpp
|
||||
//
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "blupi.h"
|
||||
#include "def.h"
|
||||
#include "resource.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user