Merge branch '4.13' of ../gzdoom into gz4.13.1-merge
This commit is contained in:
commit
7980d351b7
32 changed files with 174 additions and 143 deletions
|
|
@ -248,7 +248,7 @@ CCMD (vid_scaletoheight)
|
|||
}
|
||||
}
|
||||
|
||||
inline bool atob(char* I)
|
||||
inline bool atob(const char* I)
|
||||
{
|
||||
if (stricmp (I, "true") == 0 || stricmp (I, "1") == 0)
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue