mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-12 19:34:01 +02:00
Fix one merging error, and adjusted fighters' array.
This commit is contained in:
@@ -981,7 +981,7 @@ extern int gravwl_timeout;
|
||||
extern float player[29];
|
||||
extern float player2[29];
|
||||
|
||||
extern float fighters[256][28];
|
||||
extern float fighters[256][29];
|
||||
extern unsigned char fighcount;
|
||||
|
||||
extern int gravityMode;
|
||||
|
@@ -2890,7 +2890,7 @@ int create_parts(int x, int y, int rx, int ry, int c, int flags)
|
||||
int wall = c - 100;
|
||||
if (c==SPC_WIND || c==PT_FIGH)
|
||||
return 0;
|
||||
}
|
||||
|
||||
if(c==SPC_PROP){
|
||||
prop_edit_ui(vid_buf, x, y);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user