mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-09 17:44:20 +01:00
Removed all whitespace (tabs and spaces) from EOL's. How did we get so many? --Rumble
This commit is contained in:
parent
49c469967a
commit
a2031d64e2
79 changed files with 2851 additions and 2852 deletions
|
|
@ -107,7 +107,7 @@ const char *trade_letters[] = {
|
|||
const char *shop_bits[] = {
|
||||
"WILL_FIGHT",
|
||||
"USES_BANK",
|
||||
"UNLIMITED_CASH",
|
||||
"UNLIMITED_CASH",
|
||||
"\n"
|
||||
};
|
||||
|
||||
|
|
@ -1250,7 +1250,7 @@ void assign_the_shopkeepers(void)
|
|||
for (cindex = 0; cindex <= top_shop; cindex++) {
|
||||
if (SHOP_KEEPER(cindex) == NOBODY)
|
||||
continue;
|
||||
|
||||
|
||||
if (SHOP_KEEPER(cindex) > top_of_mobt) {
|
||||
log ("shop %d had mob out of bounds", cindex);
|
||||
abort();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue