1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Cosmetics

This commit is contained in:
Mathieu Schroeter 2017-02-15 21:38:59 +01:00
parent 711085ab92
commit 8bee1511bb
2 changed files with 2 additions and 4 deletions

View File

@ -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);
}
}

View File

@ -1,8 +1,7 @@
// Menu.cpp
//
#include <stdlib.h>
#include <stdio.h>
#include "blupi.h"
#include "def.h"
#include "resource.h"