Apply some more missing constants
This commit is contained in:
parent
5b4d343df4
commit
9bfaeb5390
2 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ void PutStageSelectObject(void)
|
|||
|
||||
int StageSelectLoop(int *p_event)
|
||||
{
|
||||
char old_script_path[260];
|
||||
char old_script_path[MAX_PATH];
|
||||
|
||||
RECT rcView = {0, 0, WINDOW_WIDTH, WINDOW_HEIGHT};
|
||||
|
||||
|
|
|
@ -120,7 +120,7 @@ void EncryptionBinaryData2(unsigned char *pData, long size)
|
|||
BOOL LoadTextScript2(const char *name)
|
||||
{
|
||||
// Get path
|
||||
char path[260];
|
||||
char path[MAX_PATH];
|
||||
sprintf(path, "%s\\%s", gDataPath, name);
|
||||
|
||||
gTS.size = GetFileSizeLong(path);
|
||||
|
|
Loading…
Add table
Reference in a new issue