mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 01:34:09 +00:00
Add GTA_REPLAY
# Conflicts: # src/control/Replay.cpp # src/control/Replay.h
This commit is contained in:
parent
8de7072720
commit
24b5406a1d
4 changed files with 28 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "common.h"
|
||||
|
||||
#ifdef GTA_REPLAY
|
||||
#include "AnimBlendAssocGroup.h"
|
||||
#include "AnimBlendAssociation.h"
|
||||
#include "Bike.h"
|
||||
|
@ -1887,3 +1887,4 @@ void CReplay::Display()
|
|||
if (Mode == MODE_PLAYBACK)
|
||||
CFont::PrintString(SCREEN_SCALE_X(63.5f), SCREEN_SCALE_Y(30.0f), TheText.Get("REPLAY"));
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue