1
This commit is contained in:
parent
7b69517946
commit
f6710fac16
@ -10,6 +10,7 @@
|
||||
#include "tracemgr.h"
|
||||
|
||||
#include "mt/Map.h"
|
||||
#include "mt/MapMode.h"
|
||||
|
||||
Position BornPoint::RandPoint(Room* room) const
|
||||
{
|
||||
@ -45,7 +46,11 @@ Position BornPoint::RandPoint(Room* room) const
|
||||
|
||||
int BornPoint::GetNum(Room* room)
|
||||
{
|
||||
return 1;
|
||||
if (room->GetMapModeMeta()->mapMode() == mt::kCircuitMatchMode) {
|
||||
return 1;
|
||||
} else {
|
||||
return 4;
|
||||
}
|
||||
}
|
||||
|
||||
Position BornPoint::GetSrcPoint(Room* room) const
|
||||
|
Loading…
x
Reference in New Issue
Block a user