mirror of
https://github.com/halpz/re3.git
synced 2025-05-10 08:46:37 +03:00
Fix linux warnings
This commit is contained in:
parent
c40fcdf39a
commit
c2ac6b3759
52 changed files with 165 additions and 70 deletions
|
@ -885,7 +885,7 @@ CCam::PrintMode(void)
|
|||
sprintf(buf, " ");
|
||||
sprintf(buf, " ");
|
||||
|
||||
static char *modes[] = { "None",
|
||||
static Const char *modes[] = { "None",
|
||||
"Top Down", "GTA Classic", "Behind Car", "Follow Ped",
|
||||
"Aiming", "Debug", "Sniper", "Rocket", "Model Viewer", "Bill",
|
||||
"Syphon", "Circle", "Cheesy Zoom", "Wheel", "Fixed",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue