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

Comparing deliantra/server/server/apply.C (file contents):
Revision 1.126 by root, Fri Aug 17 14:12:10 2007 UTC vs.
Revision 1.127 by root, Fri Aug 17 21:18:01 2007 UTC

148 } 148 }
149 149
150 if (buf.empty ()) 150 if (buf.empty ())
151 buf << ("You have nothing that needs identifying"); 151 buf << ("You have nothing that needs identifying");
152 152
153 pl->contr->infobox (buf); 153 pl->contr->infobox ("Identify", buf);
154 154
155 return !money; 155 return !money;
156} 156}
157 157
158/** 158/**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines