(s_char): Remove. Use signed char for small integers, plain char for
characters.
This commit is contained in:
parent
0a3a73cf3d
commit
0c8c169f88
41 changed files with 86 additions and 100 deletions
|
@ -64,7 +64,7 @@ satmap(int x, int y, int eff, int range, int flags, int type)
|
|||
int n;
|
||||
int changed = 0;
|
||||
long crackle;
|
||||
s_char noise[100];
|
||||
signed char noise[100];
|
||||
char selection[1024];
|
||||
|
||||
if (!eff)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue