Fix: Incorrect include path for timers. (#11351)
This commit is contained in:
@@ -10,12 +10,12 @@
|
||||
* This file implements the timer logic for the real time game-timer.
|
||||
*/
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "openttd.h"
|
||||
#include "../stdafx.h"
|
||||
#include "../openttd.h"
|
||||
#include "timer.h"
|
||||
#include "timer_game_realtime.h"
|
||||
|
||||
#include "safeguards.h"
|
||||
#include "../safeguards.h"
|
||||
|
||||
template<>
|
||||
void IntervalTimer<TimerGameRealtime>::Elapsed(TimerGameRealtime::TElapsed delta)
|
||||
|
||||
Reference in New Issue
Block a user