RCRPG/C: Difference between revisions

19 bytes removed ,  15 years ago
m
→‎Code: restored changes previously made by underscore (lost since I had modified my local copy)
m (→‎Code: cbreak() < cbreak)
m (→‎Code: restored changes previously made by underscore (lost since I had modified my local copy))
Line 43:
#include <stdarg.h>
#include <time.h>
#include <strings.h>
#include <string.h>
 
Line 408 ⟶ 407:
case 'u':
case 'd':
d = indexstrchr(str_dirs, c) - str_dirs;
if ( ((my_pos.ns + incdir[d].ns) >= NS_LIMIT) ||
((my_pos.ew + incdir[d].ew) >= EW_LIMIT) ||
Line 508 ⟶ 507:
case 'u':
case 'd':
d = indexstrchr(str_dirs, c) - str_dirs;
if ( currentroom->dirs[d] == NULL ) {
clrtoeol();