This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.

11 lines
193 B
C++
Raw Normal View History

2021-05-21 01:16:33 +02:00
#include "backend/looped/looped.hpp"
2022-01-07 15:05:47 +01:00
#include "util/mobile.hpp"
2021-05-21 01:16:33 +02:00
namespace big
{
void looped::self_off_radar()
{
if (g->self.off_radar)
mobile::lester::off_radar(g->self.off_radar);
2021-05-21 01:16:33 +02:00
}
}