christianshub / external-esp-hack-assaultcube

Drawing a GDI overlay for Assault Cube.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conversion from 'int' to 'const unsigned int' requires a narrowing conversion

Smellon69 opened this issue · comments

error C2397: conversion from 'int' to 'const unsigned int' requires a narrowing conversion
It's on line 14 of Entities.h

You can convert int amount to size_t amount since size_t is unsigned and used to represent size of arrays

What's the version of assault cube ?