Some commenting
Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
parent
55cc349dd6
commit
7de9ecf1e7
1 changed files with 2 additions and 2 deletions
|
@ -425,16 +425,16 @@ int CampLoop()
|
||||||
|
|
||||||
RECT rcView = {0, 0, WINDOW_WIDTH, WINDOW_HEIGHT};
|
RECT rcView = {0, 0, WINDOW_WIDTH, WINDOW_HEIGHT};
|
||||||
|
|
||||||
// Load the inventory script
|
// Save the current script path (to restore it when we get out of the inventory)
|
||||||
GetTextScriptPath(old_script_path);
|
GetTextScriptPath(old_script_path);
|
||||||
|
|
||||||
|
// Load the inventory script
|
||||||
LoadTextScript2("ArmsItem.tsc");
|
LoadTextScript2("ArmsItem.tsc");
|
||||||
|
|
||||||
gCampTitleY = (WINDOW_HEIGHT - 192) / 2;
|
gCampTitleY = (WINDOW_HEIGHT - 192) / 2;
|
||||||
gCampActive = FALSE;
|
gCampActive = FALSE;
|
||||||
gSelectedItem = 0;
|
gSelectedItem = 0;
|
||||||
|
|
||||||
// Run script
|
|
||||||
arms_num = 0;
|
arms_num = 0;
|
||||||
while (gArmsData[arms_num].code != 0)
|
while (gArmsData[arms_num].code != 0)
|
||||||
++arms_num;
|
++arms_num;
|
||||||
|
|
Loading…
Add table
Reference in a new issue