ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/common/shstr.C
(Generate patch)

Comparing deliantra/server/common/shstr.C (file contents):
Revision 1.10 by root, Tue Sep 5 19:18:04 2006 UTC vs.
Revision 1.11 by root, Tue Sep 5 19:20:16 2006 UTC

76 76
77 if (i == ht.end ()) 77 if (i == ht.end ())
78 i = ht.begin (); 78 i = ht.begin ();
79 79
80 // go through all strings roughly once every 4 minutes 80 // go through all strings roughly once every 4 minutes
81 int n = ht.size () / 256 + 16000; 81 int n = ht.size () / 256 + 16;
82 82
83 for (;;) 83 for (;;)
84 { 84 {
85 if (i == ht.end ()) 85 if (i == ht.end ())
86 { 86 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines