Fix: Incorrect include path for timers. (#11351)

This commit is contained in:
Peter Nelson
2023-10-04 17:02:16 +01:00
committed by GitHub
parent 7145b7060a
commit d1a94d75e1
7 changed files with 15 additions and 15 deletions

View File

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