mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
Fixed comment next to zoom type enum
This commit is contained in:
parent
d832eb8fef
commit
bb609123fb
@ -271,6 +271,7 @@ native cs_set_armoury_type(index, type);
|
|||||||
native cs_get_user_mapzones(index);
|
native cs_get_user_mapzones(index);
|
||||||
|
|
||||||
/* Zoom type enum. Used for get/set_user_zoom() natives.
|
/* Zoom type enum. Used for get/set_user_zoom() natives.
|
||||||
|
*/
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
CS_RESET_ZOOM = 0, // Reset any zoom blocking (when using this type, mode has no effect)
|
CS_RESET_ZOOM = 0, // Reset any zoom blocking (when using this type, mode has no effect)
|
||||||
|
Loading…
Reference in New Issue
Block a user