mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-28 18:29:49 +02:00
Fix "return 0;" in function returning void (create_box)
This commit is contained in:
@@ -2808,7 +2808,7 @@ void create_box(int x1, int y1, int x2, int y2, int c, int flags)
|
||||
{
|
||||
int i, j;
|
||||
if (c==SPC_PROP)
|
||||
return 0;
|
||||
return;
|
||||
if (x1>x2)
|
||||
{
|
||||
i = x2;
|
||||
|
Reference in New Issue
Block a user