mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 12:48:16 +00:00
ULTIMA8: Set the minimap gump default size to simple values insteaf of unnecessary calculation
This commit is contained in:
parent
2e7c3e4f7d
commit
a7d589e738
@ -34,8 +34,7 @@ namespace Ultima8 {
|
||||
DEFINE_RUNTIME_CLASSTYPE_CODE(MiniMapGump)
|
||||
|
||||
MiniMapGump::MiniMapGump(int x, int y) :
|
||||
Gump(x, y, MAP_NUM_CHUNKS * 2 + 2, MAP_NUM_CHUNKS * 2 + 2, 0,
|
||||
FLAG_DRAGGABLE, LAYER_NORMAL), _minimaps(), _ax(0), _ay(0) {
|
||||
Gump(x, y, 120, 120, 0, FLAG_DRAGGABLE, LAYER_NORMAL), _minimaps(), _ax(0), _ay(0) {
|
||||
}
|
||||
|
||||
MiniMapGump::MiniMapGump() : Gump(), _minimaps(), _ax(0), _ay(0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user