nvs / war3 fork watch download tarball
public
Description: my Warcraft 3 map making repository
Clone URL: git://github.com/nvs/war3.git
added nvs.item
nvs (author)
Thu Sep 04 00:49:19 -0700 2008
commit  86580792ca8eae64a2dd6dfb2b73d3a660a8a8dd
tree    1a4c56a4d62a9ab4b7a3c84a36b2280cbff89894
parent  5d659fa6d3e7e1a8affc020255c5ceb43c0d4294
...
18
19
20
 
21
22
23
...
18
19
20
21
22
23
24
0
@@ -18,6 +18,7 @@ function NVSInit takes nothing returns nothing
0
   call PathingInit()
0
   call CameraInit()
0
   call ErrorInit()
0
+ call ItemInit()
0
 
0
   // Signify that the library was loaded properly.
0
   set NVS_INITIALIZED = true
...
22
23
24
 
25
26
...
22
23
24
25
26
27
0
@@ -22,5 +22,6 @@ table:
0
   - :pathing
0
   - :camera
0
   - :error
0
+ - :item
0
   :external:
0
   - :common

Comments

    No one has commented yet.