mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-26 07:33:42 +00:00
PC controls and icon
This commit is contained in:
parent
ead2a1a606
commit
ecdd751ec3
4 changed files with 2 additions and 2 deletions
|
@ -208,7 +208,7 @@ enum Config {
|
||||||
# define RANDOMSPLASH // use random splash as on PS2
|
# define RANDOMSPLASH // use random splash as on PS2
|
||||||
# define PS2_MATFX
|
# define PS2_MATFX
|
||||||
# endif
|
# endif
|
||||||
//# define PC_PLAYER_CONTROLS // mouse player/cam mode
|
# define PC_PLAYER_CONTROLS // mouse player/cam mode
|
||||||
# define GTA_REPLAY
|
# define GTA_REPLAY
|
||||||
# define GTA_SCENE_EDIT
|
# define GTA_SCENE_EDIT
|
||||||
#elif defined GTA_XBOX
|
#elif defined GTA_XBOX
|
||||||
|
|
BIN
src/skel/win/gtalcs.ico
Normal file
BIN
src/skel/win/gtalcs.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.2 KiB |
|
@ -42,6 +42,6 @@ END
|
||||||
|
|
||||||
// Icon with lowest ID value placed first to ensure application icon
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
// remains consistent on all systems.
|
// remains consistent on all systems.
|
||||||
IDI_MAIN_ICON ICON DISCARDABLE "gtavc.ico"
|
IDI_MAIN_ICON ICON DISCARDABLE "gtalcs.ico"
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
Loading…
Reference in a new issue