- Timestamp:
- 05/30/04 02:57:20 (21 years ago)
- File:
-
- 1 edited
-
ps/trunk/source/lib/res/h_mgr.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/lib/res/h_mgr.cpp
r292 r323 247 247 // better than an additional h_free(i32 idx) version though. 248 248 Handle h = handle(i, hd->tag); 249 250 // HACK: must actually free the handles, regardless 251 // of current refcount. so, quick'n dirty solution: set it to 0. 252 hd->refs = 0; 253 249 254 h_free(h, hd->type); 250 255 }
Note:
See TracChangeset
for help on using the changeset viewer.
