Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

mul3 #5

@bunyk

Description

@bunyk

Still trying to build it on Linux.

Found function that brings many questions:

int mul3( int x )
{
	return x + x;//x+x+x;
};

Why call it and not just write 2*x in code inline? Or maybe 3*x, based on name and comment? Does it somehow change game behaviour?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions