]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/hard.c
Use int instead of long for money
[empserver] / src / lib / commands / hard.c
index 97885424c38628e75d5ea99b6e4b9dc6f93349e3..a8a9644f2cee728f0fdea8a27d0b8ce6a248ec5e 100644 (file)
@@ -51,7 +51,7 @@ hard(void)
     struct nstr_item ni;
     struct sctstr sect;
     char buf[1024];
-    long cash;
+    int cash;
     struct natstr *natp;
 
     if (!snxtitem(&ni, EF_PLANE, player->argp[1], NULL))